| 20/01/06 ~ 2:47 -0600 : | E. Tejkowski, | " Re: big numbers in Editfield "
dim num as double
num = 123.1456
num = num - (ceil(num) - 1)
if num > 0 then
//double (fractional part exists)
else
//integer
end if
Try : num = num-Floor(num) _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
