Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
m (review and edit for better wording) |
m (1 revision) |
(No difference)
|
Revision as of 01:47, 2 February 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
%count | A numeric variable to return the number of items in the indicated Arraylist. |
---|---|
al | An Arraylist object. |