Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : Length property
 

Length property

Indicates the current length of the array. This value can be both read and set. If it is set to a smaller value, the array is truncated. Any element beyond the new smaller size of the array is treated as if you call the JsonArray:Remove( ) on them. If this value is set to a larger size, the array is extended with null values as if JsonArray:AddNull( ) was called.
Data type: INTEGER
Access: PUBLIC Readable/Writeable
Applies to: Progress.Json.ObjectModel.JsonArray class