Round à number to 0, 10, 20, 30 etc...
Round à number to 0, 10, 20, 30 etc...
- Subject: Round à number to 0, 10, 20, 30 etc...
- From: giZm0 <email@hidden>
- Date: Sun, 08 Apr 2001 17:54:49 -0400
Hi, I am looking for a way to round a number (between 1 and 100) to its
3about ten2 (0, 10, 20, 30 etc..).
I tried several times with the 3round command2 but I just cant get it
right....
Can someone help me ?
Currently my script goes like this :
set curvol to (round (value/ 10)) * 10
Thanks,
giZm0
email@hidden