Count (Stringlist function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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