Count (GenericNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
m (It's not just a namedarraylist anymore Toto) |
mNo edit summary |
||
Line 5: | Line 5: | ||
==Syntax== | ==Syntax== | ||
{{Template:GenericNamedArraylist:Count syntax}} | {{Template:GenericNamedArraylist:Count syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> |
Revision as of 20:05, 12 July 2012
Number of items (FloatNamedArraylist, NamedArraylist, and UnicodeNamedArraylist classes)
Count is a ReadOnly property returns the number of items in the FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist.
Syntax
%number = anyNal:Count
Syntax terms
%number | A numeric variable to contain the number of items in the indicated FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist. |
---|---|
%anyNal | An FloatNamedArraylist, NamedArraylist, or UnicodeNamedArraylist object. |