Count (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (1 revision)
(No difference)

Revision as of 13:46, 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.