Count (Arraylist property)
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. |