ItemLength (Stringlist function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 17: | Line 17: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>All errors in ItemLength result in request cancellation. | <li>All errors in <var>ItemLength</var> result in request cancellation. | ||
</ul> | </ul> | ||
[[Category:Stringlist methods|ItemLength function]] | [[Category:Stringlist methods|ItemLength function]] |
Revision as of 16:12, 19 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
%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.