Count (Arraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (what's in a name)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Arraylist:Count subtitle}}
{{Template:Arraylist:Count subtitle}}
[[Category:Arraylist methods|Count property]]
<var>Count</var> returns the number of items in the <var>Arraylist</var>.
<!--DPL?? Category:Arraylist methods|Count property: Number of items in Arraylist-->
<p>
Count is a member of the [[Arraylist class]].
</p>


This readOnly property returns the number of items in the Arraylist.
==Syntax==
==Syntax==
{{Template:Arraylist:Count syntax}}
{{Template:Arraylist:Count syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<table class="syntaxTable">
<dt><i>%num</i>
<tr><th>%count</th>
<dd>A numeric variable to contain the number of
<td>A numeric variable to return the number of items in the indicated <var>Arraylist</var>. </td></tr>
items in the indicated Arraylist.
<tr><th>al</th>
<dt><i>%arrayl</i>
<td>An <var>Arraylist</var> object.</td></tr>
<dd>An Arraylist object.
</table>


</dl>
==See also==
{{Template:Arraylist:Count footer}}

Latest revision as of 06:40, 11 March 2011