| A conversion function that converts a numeric expression to an integer by rounding the fractional part of the expression.
Syntax: CINT(numeric-expression) A% = CINT(66.7)
Details: Implemented for compatibility with QBasic, you can use the more logical function, ROUND, instead. |
|