![]() ![]() |
|
ADDSThe ADDS function returns a dynamic array, the content of which is derived by adding corresponding elements from two dynamic arrays supplied as arguments.
COMMAND SYNTAXADDS(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:
|