Set(Itrp/Veri /Tran )UDV method

Applies to

Description

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 Sorting forms to process dialog in the job description for the respective module.)

See detailed description of UDV functionality in SetUDV method.

Syntax

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.

Settings

Return value

0 if OK. -1 if UDVNo is less than 1 or greater than 3. See Event return value constants.

Classic method

None.

Related topic

Get(Itrp/Veri /Tran )UDV method