something like this should work:
myfloat <- float
myint <- int
myint = 0;
while(myfloat >= 1){
myint++;
myfloat--;
}
Something like that would do the trick... I might have my reasoning a little of but I'm sure that it would work.
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
Offline 51 posts
since May 2004