Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
m (review and edit for better wording) |
m (review and edit for better wording) |
||
Line 6: | Line 6: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th | <tr><th>%count</th> | ||
<td>A numeric variable to return the number of items in the indicated <var>Arraylist</var>. </td></tr> | <td>A numeric variable to return the number of items in the indicated <var>Arraylist</var>. </td></tr> | ||
<tr><th | <tr><th><var class="term">al</var></th> | ||
<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 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. |