Count (FloatNamedArraylist property): Difference between revisions

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

Latest revision as of 22:08, 2 August 2012