SetUserVariable
To enter the SetUserVariable keyword in the command line, use one of the options:
- Type SetUserVariable
- Type the shortcut Setu
Description
Section titled “Description”The SetUserVariable keyword is used to set user-specific variables. It also supports the use of values in properties of other objects as a value of the variable.
Syntax
Section titled “Syntax”SetUserVariable [“Name of Variable”] [Numeric Value]
SetUserVariable [“Name of Variable”] [“Text_Value”]
SetUserVariable [“Name of Variable”] At [Object] [“Object_Name” or Object Number] Property [“Property_Name”] (/Look)
Option Keywords
Section titled “Option Keywords”The SetUserVariable keyword uses the following option keywords:
Examples
Section titled “Examples”- To set the user variable “Green” to the value 5, type:
| User name[Fixture]>SetUserVariable “Green” 5 |