AddSetVarToPreset creates a SetVar that is independant of any UserInput during the creation of a job preset.

It enables the creation of variables independently of UserInput instructions.

Tag Attributes

Attributes

Value Description

Variable Name

Any unreserved name valid in XML. Reserved names are listed on: Variables

Variable Value

Any string or number

Example Scripts

<AddSetVarToPreset var1="xyz" var2="abc"/>
XML

When this instruction is met in a job, the following is added to the preset under construction:

<SetVar var1="xyz" var2="abc"/>
XML