These methods are used to manipulate variables of an ARRAY data type.
Array methods are invoked in this way:
DEFINE ar ARRAY OF CHAR(15)
CALL ar.<Method>(<parameters>)
Available methods
|
sets all the elements to their initial value |
|
|
returns the length of a single-dimensional array |
|
|
concatenates all the elements of an array into a string |