Count (GenericNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{Template:GenericNamedArraylist:Count subtitle}} | |||
Count | |||
This ReadOnly property returns the number of items in the NamedArraylist. | This ReadOnly property returns the number of items in the NamedArraylist. | ||
==Syntax== | ==Syntax== | ||
{{Template:GenericNamedArraylist:Count syntax}} | |||
===Syntax | ===Syntax terms=== | ||
<dl> | <dl> | ||
<dt><i>%num</i> | <dt><i>%num</i> | ||
Line 18: | Line 13: | ||
</dl> | </dl> | ||
==See also== | |||
{{Template:GenericNamedArraylist:Count footer}} |
Revision as of 20:53, 28 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.