The system function SysLib.maximumSize returns the maximum number of rows that can be in a dynamic array; specifically, the function returns the value of the array property maxSize.
SysLib.maximumSize(arrayName anyArray in) returns (result INT)
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 concepts
Syntax diagram for EGL functions
Related reference
Arrays
EGL library SysLib