Count (Arraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (what's in a name)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Arraylist:Count subtitle}}
{{Template:Arraylist:Count subtitle}}
<var>Count</var> returns the number of items in the <var>Arraylist</var>.


This readOnly property returns the number of items in the <var>Arraylist</var>.
==Syntax==
==Syntax==
{{Template:Arraylist:Count syntax}}
{{Template:Arraylist:Count syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th><i>%num</i></th>
<tr><th>%count</th>
<td>A numeric variable to contain 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>al</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}}

Latest revision as of 06:40, 11 March 2011