8.2.6 Division Operator (/)

Used to divide two expressions and return a floating-point result.
Syntax
result = expression1/expression2
Argurments
- result
- Any numeric variable.
- expression1
- Any numeric expression.
- expression2
- Any numeric expression.
Remarks
If one or both expressions are Null expressions, result is Null. Any expression that is Empty is treated as 0.
Copyright © 2000 Chili!Soft
|