envCyclicIndexToString
envCyclicIndexToString(t_tool[.Partition]t_varName x_itemIndex) =>t_stringChoice
Description
Returns the string choice associated with a particular index. This order is determined by the order of choices specified in the tool’s registration file. The index is 0-based. -1 is returned for an invalid choice.
Arguments
Values Returned
|
The string whose index is specified in the list of choices. If the specified index is not found among the list of choices, or other error conditions occur, -1 is returned. |
Examples
envCyclicIndexToString( "ui" "showMouseBar" 1 )
=> "Bottom"
Related Topics
Return to top