Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 2: | Line 2: | ||
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>. | ||
==Syntax== | ==Syntax== | ||
{{Template:Arraylist:Count syntax}} | {{Template:Arraylist:Count syntax}} | ||
Line 11: | Line 12: | ||
<td>An <var>Arraylist</var> object.</td></tr> | <td>An <var>Arraylist</var> object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:Arraylist:Count footer}} | {{Template:Arraylist:Count footer}} |
Revision as of 07:34, 2 March 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. |