ChangeDestination
To enter the ChangeDestination keyword in the command line, use one of the options:
- Type ChangeDestination
- Type the shortcut **CD **or Chang
Description
Section titled âDescriptionâThe ChangeDestination keyword is a function keyword used to change the current destination of the command line.Â
ChangeDestination [âElement_Nameâ or Element_Number]
ChangeDestination Root
ChangeDestination ..
Examples
Section titled âExamplesâ- To enter the first element of the current destination, type:
| User name[Fixture]>ChangeDestination 1Â |
Result:
| User name@MessageCenter>Â |
Â
- To enter the element of the current destination called âSequenceâ, type:
| User name[Fixture]>ChangeDestination âSequenceâ |
Â
- To leave the destination âSequenceâ, type:
| User name@Menus> ChangeDestination Root |
Result:
| User name[Fixture]> |
Â
- To go one level back in the tree structure, type:
| User name@MessageCenter/Undefined> ChangeDestination .. |
Result:
| User name@MessageCenter> |