8.2.10 Integer Division Operator (\)

Used to divide two expressions and return an integer result.
Syntax
result = expression1\expression2
Arguments
- result
- Any numeric variable.
- expression1
- Any numeric expression.
- expression2
- Any numeric expression.
Remarks
Before division is performed, numeric expressions are rounded to Byte, Integer, or Long subtype expressions.
If any expression is Null, result is also Null. Any expression that is Empty is treated as 0.
Copyright © 2000 Chili!Soft
|