Count (Arraylist property)
Jump to navigation
Jump to search
Number of items in Arraylist (Arraylist class)
Count 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. |