with text object or any other way
Worked thanks…
Now can you also tell how to round it, please?
put inside the expession round()
ToString(round(TimerElapsedTime(“timername”)))
1 Like
Rounding by 0.1?..
ToString(trunc(TimerElapsedTime(“timername”)*10)/10)
Something is not right in this, can you re right this?
Think im annoying you today, this one will be the last
1 Like
don´t use 2 change text events. only one and use:
ToString(trunc(TimerElapsedTime("timer")*10)/10)
2 Likes