Get(Itrp/Veri /Tran )UDV method

Applies to  

Example

Description

Retrieves the user-defined variable (UDV) setting of 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.GetItrpUDV(UDVNo)

Object.GetVeriUDV(UDVNo)

Object.GetTranUDV(UDVNo)

Part

Data type

Description

Object

Object

A Job object.

UDVNo

Integer

UDV number 1, 2 or 3.

Settings

Return value

The UDV saved in the job. If no string is specified in the job, an empty string is returned.

Classic method

None.

Set(Itrp/Veri /Tran )UDV method