Count (Arraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 10: Line 10:
{{Template:Arraylist:Count syntax}}
{{Template:Arraylist:Count syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<table class="syntaxTable">
<dt><i>%num</i>
<tr><th><i>%num</i></th>
<dd>A numeric variable to contain the number of
<td>A numeric variable to contain the number of items in the indicated Arraylist. </td></tr>
items in the indicated Arraylist.
<tr><th><i>%arrayl</i></th>
<dt><i>%arrayl</i>
<td>An Arraylist object.</td></tr>
<dd>An Arraylist object.
</table>
 
</dl>

Revision as of 23:26, 19 January 2011

Number of items in Arraylist (Arraylist class)

Count is a member of the 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.
%arrayl An Arraylist object.