IGlobalVariables.SetVariableValue Method
Sub SetVariableValue( _
ByVal variableName As String, _
ByVal variableValue As Object, _
ByVal variableType As GlobalVariableType _
)
This language is not supported or no code example is available.
Parameters
- variableName
- string
The name of the global variable.
- variableValue
- object
The variable value to be set.
- variableType
- GlobalVariableType
The type of the variable to be set.
This method cannot create a new variable.
Available since QDV 7.13.0001.