INT
Abbreviation:
TYPE: Integer Function
FORMAT: INT (<numeric>)
Action: Returns the integer value of the expression. If the
expression is positive, the fractional part is left off. If the
expression is negative, any fraction causes the next lower integer
to be returned.
EXAMPLES of INT Function:
120 PRINT INT(99.4343), INT(-12.34)
99 -13
|