Count (Stringlist function)

From m204wiki
Revision as of 17:40, 31 December 2010 by Dme (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Number of items in Stringlist

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.

Count Syntax

%rc = %sl:Count

Syntax Terms

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