Finds the specified parameter in the list. The search can be started at a specified index rather than from the beginning of the list. If not found, -1 is returned.
"parameterList_var" is a variable referencing a ParameterList object.
|
"parameterList_var" is a variable referencing a ParameterList object.
|
Type | Description |
integer | Returns the index of the parameter found in the list. |
Name | Type | Description |
parameter | Parameter | The parameter to find |
startIndex | uinteger | the index in the list to start the search from This is an optional argument whose default value is 0. |