SetStringValue Method
Syntax
public void SetStringValue(string variableName, string updateValue)
Parameters
- variableName
Type: string
The name of the variable to update.
- updateValue
Type: string
The new value for the variable.
Exceptions
- System.InvalidOperationException
A string variable with the given name could not be found.
XJTAG v4.2.5
