There's also the floatPrecision = 0
Note: If floatPrecision is zero, floating-point numbers are rounded to the
nearest integer. No decimal points appear.
... Alex ...
[From Tim Forster]
>
> Rodrigo,
> Try using the integer() command.....
>
> -- Welcome to Director --
> x = member("value_x").text
>
> put x * 30
> -- 30000.0000
>
> put integer(x * 30)
> -- 30000
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]