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 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:
StringReturns 'success' if update is successful, error message string if failed
See Also