Count (Arraylist property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (what's in a name) |
||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:Arraylist:Count subtitle}} | |||
<var>Count</var> returns the number of items in the <var>Arraylist</var>. | |||
==Syntax== | |||
{{Template:Arraylist:Count syntax}} | |||
===Syntax terms=== | |||
<table class="syntaxTable"> | |||
< | <tr><th>%count</th> | ||
< | <td>A numeric variable to return the number of items in the indicated <var>Arraylist</var>. </td></tr> | ||
< | <tr><th>al</th> | ||
items in the indicated Arraylist. | <td>An <var>Arraylist</var> object.</td></tr> | ||
< | </table> | ||
< | |||
==See also== | |||
{{Template:Arraylist:Count footer}} |
Latest revision as of 06:40, 11 March 2011
Number of items in Arraylist (Arraylist class)
Count returns the number of items in the Arraylist.
Syntax
%count = al:Count
Syntax terms
%count | A numeric variable to return the number of items in the indicated Arraylist. |
---|---|
al | An Arraylist object. |