Hi all,
I have been trying to create a script which if the number is between 1-10 it becomes 10, 11-20=20, 21-30=30 etc.
I know how to use the round() function, but I want to round the number UP, instead of going by 0.5. Is this possible?
Thanks,
Rocky.
EDIT: I know you can use if(something < 10) or whatever, but I do not want to write a million IF statements...
Bookmarks