Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 1: | Line 1: | ||
{{Template:Arraylist:Count subtitle}} | {{Template:Arraylist:Count subtitle}} | ||
This readOnly property returns the number of items in the <var>Arraylist</var>. | This readOnly property returns the number of items in the <var>Arraylist</var>. |
Revision as of 12:12, 27 January 2011
Number of items in Arraylist (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. |
---|---|
al | An Arraylist object. |