version 6.0.6
OP Set 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 write | |
| locVar | String | Name of local variable to read value from | |
| Function result | Longint | Error code |
Description
The command OP Set Process Variable assigns the value of the process variable locVar to the process variable procVar, specified by processID.
See Also