Count (UnicodeNamedArraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of items in UnicodeNamedArraylist<section end=dpl_desc/></b></span> [[Category:UnicodeNamedArraylist ...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of items in UnicodeNamedArraylist<section end=dpl_desc/></b></span>
#REDIRECT [[Count (GenericNamedArraylist property)]]
[[Category:UnicodeNamedArraylist methods|Count property]]
<!--DPL?? Category:UnicodeNamedArraylist methods|Count property: Number of items in UnicodeNamedArraylist-->
<p>
Count is a member of the [[UnicodeNamedArraylist class]].
</p>
 
This ReadOnly property returns the number of items in the UnicodeNamedArraylist
method object.
==Syntax==
  %num = %unamrayl:Count
===Syntax Terms===
<dl>
<dt><i>%num</i>
<dd>A numeric variable to contain the number of
items in the indicated UnicodeNamedArraylist.
<dt><i>%unamrayl</i>
<dd>A UnicodeNamedArraylist object.
 
</dl>

Latest revision as of 22:09, 2 August 2012