|
This function
removes the fractional part of a number and returns the resulting integer
value. INT(number)
PARAMETERS
Number
String expression from which the leftmost characters will be
returned
Example: If
~TEXT1~ contained the value 3.1415927, the following statement would save
the value of 3 into
~TEXT2:
SETVALUE(~TEXT2~//INT(~TEXT1~))
|