Multiplication Operator (*)
Used to multiply two numbers.
Synopsis
result = number1*number2
Arguments
The * operator syntax has these parts:
| result | Any numeric variable. | 
| number1 | Any numeric expression. | 
| number2 | Any numeric expression. | 
Description
If an expression is Empty, it is treated as if it were 0.