![]() ![]() |
|
CATSThe CATS function concatenates the corresponding elements in two dynamic arrays.
COMMAND SYNTAXCATS(DynArr1, DynArr2)
SYNTAX ELEMENTSDynArr1 and DynArr2 represent dynamic arrays.
NOTESIf one dynamic array supplied to the CATS function is null then the result of the CATS function is the non-null dynamic array.
EXAMPLES
The variable Z is assigned the value:
The variable C is assigned the value:
|