Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Everything E3D

Use the GOTO Syntax

  • Last UpdatedAug 17, 2023
  • 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 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.

Related Links