Click or drag to resize

APICreateGlobalVariable Method

Creates new 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 CreateGlobalVariable(
	string VariableName,
	string VariableValue
)

Parameters

VariableName
Type: SystemString
Specify variable name.
VariableValue
Type: SystemString
Specify the value that variable will contain.

Return Value

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