Count (GenericNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 5: | Line 5: | ||
{{Template:GenericNamedArraylist:Count syntax}} | {{Template:GenericNamedArraylist:Count syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th><i>%num</i></th> | ||
< | <td>A numeric variable to contain the number of items in the indicated NamedArraylist. </td></tr> | ||
items in the indicated NamedArraylist. | <tr><th><i>%namrayl</i></th> | ||
< | <td>An NamedArraylist object.</td></tr> | ||
< | </table> | ||
</ | |||
==See also== | ==See also== | ||
{{Template:GenericNamedArraylist:Count footer}} | {{Template:GenericNamedArraylist:Count footer}} |
Revision as of 23:09, 31 January 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. |