SetStringValue Method

Update the value of a string variable.

Type: XJEaseGlobals

Namespace: XJTAG.Integration.XJRunner

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.