ItemLength (Stringlist function)

From m204wiki
Revision as of 06:45, 26 January 2011 by Goff (talk | contribs) (syntax digram, tags and links)
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

%length A numeric variable which will be set to the length of the sl Stringlist item.
sl A Stringlist object.
itemnum A number that specifies that identifies the item number in the sl Stringlist whose length is to be returned.

Usage notes

  • All errors in ItemLength result in request cancellation.