SetGlobalVariable
To enter the SetGlobalVariable keyword in the command line, use one of the options:
- Type SetGlobalVariable
- Type the shortcut Setg
Description
Section titled “Description”The SetGlobalVariable keyword is used to set global variables in a show. It also supports the use of values in properties of other objects as a value of the variable.
Syntax
Section titled “Syntax”SetGlobalVariable [“Name of Variable”] [Numeric Value]
SetGlobalVariable [“Name of Variable”] [“Text_Value”]
SetGlobalVariable [“Name of Variable”] At [Object] [“Object Name” or Object Number] Property [“Property_Name”] (/Look)
Examples
Section titled “Examples”- To set the global variable “Urban Blues” to the value of 3, type:
| User name[Fixture]>SetGlobalVariable “Urban Blues” “3” |