ItemLength (Stringlist function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (typo)
m (typo)
Line 20: Line 20:
</ul>
</ul>


[[Category:Stringlist methods|ItemLength function]]
==See also==
{{Template:Stringlist:ItemLength footer}}

Revision as of 18:56, 26 January 2011

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 selected 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.

See also