Function that returns the name and ValueInput object of a name value pair by specifying an index number
"namedValues_var" is a variable referencing a NamedValues object.
|
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
index | integer | The index of the name value pair to return. The first pair in the collection has an index of 0. |
name | string | The name |
value | ValueInput | The ValueInput object |