Count (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 8: | Line 8: | ||
{{Template:Stringlist:Count syntax}} | {{Template:Stringlist:Count syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
< | <table class="syntaxTable"> | ||
< | <tr><th>%rc</th> | ||
</ | <td>A numeric variable to contain the number of items in the method Stringlist '''%sl'''.</td></tr> | ||
<tr><th>sl</th> | |||
<td>A Stringlist object.</td></tr> | |||
</table> | |||
[[Category:Stringlist methods|Count function]] | [[Category:Stringlist methods|Count function]] |
Revision as of 21:02, 16 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.
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. |