Count (GenericNamedArraylist property): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to diagram , copuple of tags) |
m (It's not just a namedarraylist anymore Toto) |
||
Line 1: | Line 1: | ||
{{Template:GenericNamedArraylist:Count subtitle}} | {{Template:GenericNamedArraylist:Count subtitle}} | ||
<var>Count</var> is a ReadOnly property returns the number of items in the <var>[[FloatNamedArraylist class|FloatNamedArraylist]]</var>, <var>[[NamedArraylist class|NamedArraylist]]</var>, or <var>[[UnicodeNamedArraylist class|UnicodeNamedArraylist]]</var>. | |||
==Syntax== | ==Syntax== | ||
Line 8: | Line 8: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%number</th> | <tr><th>%number</th> | ||
<td>A numeric variable to contain the number of items in the indicated <var>NamedArraylist</var>. </td></tr> | <td>A numeric variable to contain the number of items in the indicated <var>FloatNamedArraylist</var>, <var>NamedArraylist</var>, or <var>UnicodeNamedArraylist</var>. </td></tr> | ||
<tr><th>%anyNal</th> | <tr><th>%anyNal</th> | ||
<td>An <var>NamedArraylist</var> object.</td></tr> | <td>An <var>FloatNamedArraylist</var>, <var>NamedArraylist</var>, or <var>UnicodeNamedArraylist</var> object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:GenericNamedArraylist:Count footer}} | {{Template:GenericNamedArraylist:Count footer}} |
Revision as of 09:36, 3 March 2011
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. |