Click or drag to resize

APIUpdateGlobalVariable Method

Updates global variable with specified value.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string UpdateGlobalVariable(
	string VariableName,
	string VariableValue
)

Parameters

VariableName
Type: SystemString
Specify name of variable to update.
VariableValue
Type: SystemString
Specify the value that variable will be updated with.

Return Value

Type: String
Returns 'success' if update is successful, error message string if failed
See Also