Count (Arraylist property)

From m204wiki
Revision as of 23:58, 19 January 2011 by Wiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Number of items in Arraylist (Arraylist class)

Count is a member of the Arraylist class.

This readOnly property returns the number of items in the Arraylist.

Syntax

%count = al:Count

Syntax terms

%num A numeric variable to contain the number of items in the indicated Arraylist.
%arrayl An Arraylist object.