Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m what's in a name |
||
| Line 1: | Line 1: | ||
{{Template:Arraylist:Count subtitle}} | {{Template:Arraylist:Count subtitle}} | ||
<var>Count</var> returns the number of items in the <var>Arraylist</var>. | |||
==Syntax== | ==Syntax== | ||
Latest revision as of 06:40, 11 March 2011
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. |