Use the GOTO Syntax
- Last UpdatedMay 25, 2022
- 1 minute read
The GOTO command can be used to go to any reference attribute.
For example:
GOTO CREF
This will go to the element pointed to by the CREF of the Current Element (CE).
As with other navigation commands, the ‘OF’ syntax may be used to go to reference on a different element.
For example:
GOTO HREF OF /BRANCH88
Pseudo attributes can be specified after GOTO. A particularly useful pseudo attribute is FRSTW. This goes to first world of a given type.
For example:
GOTO FRSTW CATA
This will go to the first catalog world.