Count (Arraylist property): Difference between revisions

From m204wiki
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><i>%count</i></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><i><var class="term">al</var></i></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