8.2.13 Muliplication Operator (*)

Used to multiply two expressions.
Syntax
result = expression1*expression2
Arguments
- result
- Any numeric variable.
- expression1
- Any numeric expression.
- expression2
- Any numeric expression.
Remarks
If one or both expressions are Null expressions, result is Null. If an expression is Empty, it is treated as if it were 0.
Copyright © 2000 Chili!Soft
|