ItemLength (Stringlist function)

From m204wiki
Revision as of 14:01, 24 November 2010 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Length of Stringlist item

This method returns a number containing the length of a specified Stringlist item.

ItemLength is a member of the Stringlist class.

ItemLength Syntax

%rc = %sl:ItemLength(itemnum)

Syntax Terms

%rc
A numeric variable set to the length of the %sl Stringlist item.
%sl
A Stringlist object.
itemnum
A number that specifies the item number in the %sl Stringlist.

Usage Notes

  • All errors in ItemLength result in request cancellation.