Count (GenericNamedArraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to diagram , copuple of tags)
Line 1: Line 1:
{{Template:GenericNamedArraylist:Count subtitle}}
{{Template:GenericNamedArraylist:Count subtitle}}


This ReadOnly property returns the number of items in the NamedArraylist.
This ReadOnly property returns the number of items in the <var>NamedArraylist</var>.
 
==Syntax==
==Syntax==
{{Template:GenericNamedArraylist:Count syntax}}
{{Template:GenericNamedArraylist:Count syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%num</th>
<tr><th>%number</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 <var>NamedArraylist</var>. </td></tr>
<tr><th>%namrayl</th>
<tr><th>%anyNal</th>
<td>An NamedArraylist object.</td></tr>
<td>An <var>NamedArraylist</var> object.</td></tr>
</table>
</table>
==See also==
==See also==
{{Template:GenericNamedArraylist:Count footer}}
{{Template:GenericNamedArraylist:Count footer}}

Revision as of 07:36, 2 March 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

%number A numeric variable to contain the number of items in the indicated NamedArraylist.
%anyNal An NamedArraylist object.

See also