sysLib.maximumSize

The system function sysLib.maximumSize returns the maximum number of rows that can be in a dynamic array of data items or records; specifically, the function returns the value of the array property maxSize.


sysLib.maximumSize syntax diagram

arrayName

Name of the dynamic array.

Definition considerations

The item to which the value is returned must be of type INT or the following equivalent: type BIN with length 9 and no decimal places.

The array name may be qualified by a package name, a library name, or both

An error occurs if you reference an item or record that is not a dynamic array.

Related reference
Arrays
System words in alphabetical order