Count (GenericNamedArraylist property)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Number of items (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)


Count is a ReadOnly property returns the number of items in the FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist.

Syntax

%number = anyNal:Count

Syntax terms

%number A numeric variable to contain the number of items in the indicated FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist.
%anyNal A FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist object.

See also