LOTUSSCRIPT LANGUAGE


Examples: CInt function
' Convert a Currency value to Integer.
Dim x As Currency
x@ = 13.43
Print CInt(x@)                  ' Prints 13

See Also