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
%number | A numeric variable to contain the number of items in the indicated NamedArraylist. |
---|---|
%anyNal | An NamedArraylist object. |