GetVariableByName method
Overview
Gets the handle of a variable.
Parameters
Name | Description | Type |
---|---|---|
qName |
Name of the variable. This parameter is mandatory. |
String. |
Outputs
The following is returned in the output:
"result": {
"qReturn": {
"qType": "GenericVariable",
"qHandle": <Handle of the variable>
}
}