Timevar problem

The ‘timevar’ variable looks like it is being converted to scientific notation, and there doesn’t seem to be any way to retrieve the last digit. Since the ‘timevar’ variable normally only updates every 5 seconds, and there is no way to see the last digit, it is only accurate within 50 seconds or so. Would it be possible to add some sort of built in string to the gserver to act as a replacement?

timevar%1000 is what you’re looking for.

Thanks a lot, I didn’t even think about modulus. I tried dividing it to see if I could get it to show a few decimal places but no luck.