Command Variable Set Variable...

The SetVariable command sets the value of a variable identified by its name.

When selecting the Set Variable... menu item, the following dialog

Set Variable Command Input

will help you specify the SetVariable command parameters:

variableName

Specify the name of the variable you want to set.

variableValue

Specify the new variable value.

Example

The following expansion, for example, will set the variable named color to green.

{SetVariable}
variableName = "color"
variableValue = "green"
{/SetVariable}