Count (Arraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
{{Template:Arraylist:Count subtitle}}
{{Template:Arraylist:Count subtitle}}
[[Category:Arraylist methods|Count property]]
<!--DPL?? Category:<var>Arraylist</var> methods|<var>Count</var> property: Number of items in <var>Arraylist</var>-->
<p>
<p>
<var>Count</var> is a member of the [[Arraylist class]].
<var>Count</var> is a member of the [[Arraylist class]].
Line 16: Line 14:
<td>An <var>Arraylist</var> object.</td></tr>
<td>An <var>Arraylist</var> object.</td></tr>
</table>
</table>
==See also==
{{Template:Arraylist:Count footer}}

Revision as of 11:45, 27 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.
al An Arraylist object.

See also