How can I make round block round to the nearest tenth?
Offline
Allow me to do an example for you.
We will use two variables:
1) Number - to hold the original number
2) RoundedNumber - to hold the answer
set [RoundedNumber v] to <<round <(Number)*[10]>>/[10]>
Last edited by Smozzick (2013-04-30 20:06:39)
Offline