Count (GenericNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 6: | Line 6: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th | <tr><th>%num</th> | ||
<td>A numeric variable to contain the number of items in the indicated NamedArraylist. </td></tr> | <td>A numeric variable to contain the number of items in the indicated NamedArraylist. </td></tr> | ||
<tr><th | <tr><th>%namrayl</th> | ||
<td>An NamedArraylist object.</td></tr> | <td>An NamedArraylist object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:GenericNamedArraylist:Count footer}} | {{Template:GenericNamedArraylist:Count footer}} |
Revision as of 17:29, 4 February 2011
Number of items (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)
This ReadOnly property returns the number of items in the NamedArraylist.
Syntax
%number = anyNal:Count
Syntax terms
%num | A numeric variable to contain the number of items in the indicated NamedArraylist. |
---|---|
%namrayl | An NamedArraylist object. |