maximumSize()
The sysLib.maximumSize() system function returns the maximum number of elements that a dynamic array can contain; specifically, the function returns the value of the maxSize array property.
Syntax
sysLib.maximumSize(arrayName STRING in)
returns (result INT)
- arrayName
- The name of the dynamic array.
- result
- The maximum number of elements, as an INT.
Compatibility considerations
| Platform | Issue |
|---|---|
| JavaScript™ generation | The function sysLib.maximumSize() is not supported. |