ItemLength (Stringlist function)

From m204wiki
Revision as of 21:33, 18 January 2011 by Wiccan (talk | contribs) (1 revision)
Jump to navigation Jump to search

Length of Stringlist item (Stringlist class)


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

Syntax

%length = 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.