Skip to main content
Skip table of contents

AddSetVarToPreset: create a SetVar in a preset

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

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

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

XML
<SetVar var1="xyz" var2="abc"/>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.