INT
Top  Previous  Next

(INT(arg))

Truncates a number that has a REAL, DOUBLE, or CURRENCY data type, returning a value that has an INTEGER data type.

In the following example, the value of vint is 1.

SET VAR vint = (INT(1.6))