Count (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (camelCase)
m (see also)
 
Line 12: Line 12:
<td>A <var>Stringlist</var> object.</td></tr>
<td>A <var>Stringlist</var> object.</td></tr>
</table>
</table>


==See also==
==See also==
{{Template:Stringlist:Count footer}}
{{Template:Stringlist:Count footer}}

Latest revision as of 01:25, 27 January 2011

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.

Syntax

%count = sl:Count

Syntax terms

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

See also