as of release 3.27

prior to release 3.27


Function

This object declares a variable. You can use this feature to save a value and use it later, for example in a comparison.

To overwrite an existing variable, simply use the function again.

Parameters

Object Name

The name of this object instance

Variable Name

The name of the variable to declare. You can access the variable later using $<name>.

Initial Value

Provide the initial value which should be given to the variable.

Outputs

Output

Used when ...

Continue

Always