Count (Arraylist property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
<span style="font-size:120%; color:black"><b><section begin=dpl_desc/>Number of items in Arraylist<section end=dpl_desc/></b></span>
{{Template:Arraylist:Count subtitle}}
[[Category:Arraylist methods|Count property]]
[[Category:Arraylist methods|Count property]]
<!--DPL?? Category:Arraylist methods|Count property: Number of items in Arraylist-->
<!--DPL?? Category:Arraylist methods|Count property: Number of items in Arraylist-->
Line 7: Line 7:


This readOnly property returns the number of items in the Arraylist.
This readOnly property returns the number of items in the Arraylist.
===Syntax===
==Syntax==
  %num = %arrayl:Count
{{Template:Arraylist:Count syntax}}
====Syntax Terms====
===Syntax terms===
<dl>
<dl>
<dt><i>%num</i>
<dt><i>%num</i>

Revision as of 23:25, 19 January 2011

Number of items in Arraylist (Arraylist class)

Count is a member of the Arraylist class.

This readOnly property returns the number of items in the Arraylist.

Syntax

%count = al:Count

Syntax terms

%num
A numeric variable to contain the number of items in the indicated Arraylist.
%arrayl
An Arraylist object.