|
Changes a specific value.
Replaces an existing indexed value string with another string. - Parameters:
-
| _value | the new value to replace the old one. |
| _index | index of the value to be replaced. Defaults to zero. |
- Returns:
- True if the value is successfully changed, false if _index was out of range.
- See also:
- AddValue, GetValue, GetNumValues
|