
I have a program that generates some values using sine, so obviously they are very long. When I display them I only want them to 0 decimal places (I'm assuming that rnd = 'round').
I want to do something like this....
Locate 1,1,Int A
Except of course, using a command that rounds UP when necessary (Int and Intg seem to always round down).
How?
Thx
-Ben
P.S. Are Int and Intg actually different in any way?