TIB: Re:
[Prev][Next][Index][Thread]
TIB: Re:
>This is kind of related but how do you use int so it goes up?
>like 1.2 returns 2.
For this, add .9 to the number and then use int, or another number if you want
to round up from a certain number (e.g. round up from 1.0000001, then add
0.9999999.
If you want it to round up past the .5, add .5 to the number and use int
int(VarName +.5) ;I don't know if this is how you use int for the 83, but
you get the picture, right :-)
Follow-Ups:
- Re: TIB: Re:
- From: Rene Kragh Pedersen <u971168@daimi.aau.dk>