GetGlobalVariable
To enter the GetGlobalVariable keyword in the command line, use one of the options:
- Type GetGlobalVariable
- Type the shortcut Getg
Description
Section titled “Description”The GetGlobalVariable keyword is used to display global variables along with their values in the command line history.
Syntax
Section titled “Syntax”GetGlobalVariable [“Variable _Name”****]
Examples
Section titled “Examples”- To display all variables in the command line history, type:
| User name[Fixture]>GetGlobalVariable ”*” |
- To display all variables beginning with the letter f, type:
| User name[Fixture]>GetGlobalVariable “f*” |