Count (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (camelCase)
Line 7: Line 7:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%rc</th>
<tr><th>%count</th>
<td>A numeric variable to contain the number of items in the method <var>Stringlist</var> <var class="term">sl</var>.</td></tr>
<td>A numeric variable to contain the number of items in the method <var>Stringlist</var> <var class="term">sl</var>.</td></tr>
<tr><th>sl</th>
<tr><th>sl</th>

Revision as of 00:10, 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