Count (GenericNamedArraylist property)
Number of items (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)
This ReadOnly property returns the number of items in the NamedArraylist.
Syntax
%number = anyNal:Count
Syntax terms
%num | A numeric variable to contain the number of items in the indicated NamedArraylist. |
---|---|
%namrayl | An NamedArraylist object. |