envCyclicStringToIndex
envCyclicStringToIndex(t_tool[.Partition]t_varName t_cyclicString) =>x_itemIndex
Description
Returns the index of the string for the given cyclic variable. 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
|
The name of the tool and the partition (if any). A partition is a way of grouping related sets of variables associated with a tool. |
|
Values Returned
|
Returns |
Related Topics
Return to top