version 6.0.6
OP Get Process Variable (connectID; processID; procVar; locVar) Longint
| Parameter | Type | Description | |
| connectID | Longint | Unique ID for the established connection | |
| processID | Integer | ID of the process | |
| procVar | String | Name of process variable to read | |
| locVar | String | Name of local variable to write value to | |
| Function result | Longint | Error code |
Description
The command OP Get Process Variable assigns the value of the process variable procVar, specified by processID, to the local variable locVar.
See Also