Set Variable

setvar, assign, :=, =

Command

(setvar variablename element)

variablename (String): Name of the variable to assign to.
element (Console Element): Element to assign to the variable.

Assigns an element to a variable name in the console, which can from there on be referenced by that name using getvar command.

Guide index