Count (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 2: | Line 2: | ||
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. | ||
==Syntax== | ==Syntax== |
Revision as of 21:07, 17 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
%rc | A numeric variable to contain the number of items in the method Stringlist %sl. |
---|---|
sl | A Stringlist object. |