Displaying Timers

Is there a way to display a timer to screen without showing the milliseconds? At the moment I have always display GlobalVariableString(time), but this outputs something like:

32.543

Can I truncate this to just 32?

Use trunc ( Available in mathematicals functions in the expression editor ) :

trunc(GlobalVariableString(time))

Didn’t see that. Thanks very much! :smiley: