Sets a user-defined variable (UDV) to a string value for the job. (See the UDV 1, UDV 2, and UDV 3 settings in the dialog in the job description for the respective module.)
See detailed description of UDV functionality in SetUDV method.
Object.SetItrpUDV(UDVNo, UDVValue)
Object.SetVeriUDV(UDVNo, UDVValue)
Object.SetTranUDV(UDVNo, UDVValue)
|
Part |
Data type |
Description |
|
Object |
Object |
A Job object. |
|
UDVNo |
Integer |
UDV number 1, 2 or 3. |
|
UDVValue |
String |
A character string with a maximum length of 79. Longer strings are truncated to 79 characters. |
0 if OK. -1 if UDVNo is less than 1 or greater than 3. See Event return value constants.
None.