![]() ![]() |
|
SUBSThe SUBS function returns a dynamic array, the content of which is derived by subtracting each element of the second dynamic array argument from the corresponding element of the first dynamic array argument.
COMMAND SYNTAXSUBS(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 S is assigned the value:
|