Hi,
More specifically, how to round a variable to an integer, without a decimal point.
Regards,
CAA14
Offline
CAA14 wrote:
Hi,
More specifically, how to round a variable to an integer, without a decimal point.
Regards,
CAA14
Well, this is actually quite simple. Just use this:
(round (timer))
(round ((timer) - (0.5)))
Last edited by ErnieParke (2013-02-07 18:53:15)
Offline
Hi,
Thanks again Ernie.
I'll try that.
Regards,
CAA14
Offline