setvar
setvar
[-journal_changes {true | false}]
s_variable_name
s_value
Description
Sets the value of a Space-based Router environment variable. Optionally specifies whether the command is echoed back to the transcipt window whenever the environment variable is set. By default, the command is journaled.
Arguments
|
Specifies whether the command is echoed back to the transcipt window whenever the environment variable is set. By default, the command is journaled. |
|
Examples
setvar gui.scale 2
Sets the minimum shape size for display to 2.
setvar -journal_changes true gui.scale 7
Sets the minimum shape size for display to 7 and causes the servar command to be journaled whenever the gui.scale setting is changed.
setvar -journal_changes false gui.scale
Prevents gui.scale environment variable settings from being journaled.
Related Topics
Space-based Router Tcl Environment Variables
Return to top