Using variables defined in command line calls

The CLI version allows to define variables using the --setvariable parameter within the command line call. These CLI Environment variables can be retrieved using the following syntax :

ENVIRONMENT(<name of variable>[,<type of variable>,<default>])

  • Note: The type must always be "string".

Example:

Set	Tint	ENVIRONMENT("Tint")
Set	Tint	ENVIRONMENT("Tint","string","50")

Command line parameter to define the Environment variable:

--setvariable=Tint:80