![]() ![]() |
|
MULSThe MULS function returns a dynamic array, the content of which is derived by multiplying the corresponding elements of two dynamic arrays passed as arguments.
COMMAND SYNTAXMULS(DynArr1, DynArr2)
SYNTAX ELEMENTSDynArr1 and DynArr2 represent dynamic arrays.
NOTESNull elements of argument arrays are treated as zero. Otherwise, a non-numeric element in an argument array will cause a run-time error.
EXAMPLE
The variable P is assigned the value:
|