Printing text on a text label using data from Processor

My initial use case was to be able to print out transport information for the debugging, in order to then be able to use it in a step sequencer I’m trying to build…
I’m following this other thread to get the current play position Get Current BarsBeatsPosition - #9 by peter3
However I’m struggling a bit to find how to print these values if the range I can put on the Textbox is only 0.0<x<1.0…
I’m just seeing values of 0 or 1, sometimes they change, no matter how I manipulate the numbers…
Is there an easier way to print out values?