Count (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%"><b>Number of items in Stringlist</b></span>
{{Template:Stringlist:Count subtitle}}


This method accepts no arguments and returns an integer that contains the number of items in the specified Stringlist.
This method accepts no arguments and returns an integer that contains the number of items in the specified Stringlist.
Line 5: Line 5:
Count is a member of the [[Stringlist class]].
Count is a member of the [[Stringlist class]].


==Count Syntax==
==Syntax==
<pre>
{{Template:Stringlist:Count syntax}}
%rc = %sl:Count
===Syntax terms===
</pre>
 
===Syntax Terms===
<dl>
<dl>
<dt>%rc<dd>A numeric variable to contain the number of items in the method Stringlist '''%sl'''.<dt>%sl<dd>A Stringlist object.  
<dt>%rc<dd>A numeric variable to contain the number of items in the method Stringlist '''%sl'''.<dt>%sl<dd>A Stringlist object.  

Revision as of 17:41, 31 December 2010

Number of items in Stringlist (Stringlist class)


This method accepts no arguments and returns an integer that contains the number of items in the specified Stringlist.

Count is a member of the Stringlist class.

Syntax

%count = sl:Count

Syntax terms

%rc
A numeric variable to contain the number of items in the method Stringlist %sl.
%sl
A Stringlist object.