GOTO_STEP Element


GOTO_STEP (a child element of STEP) causes the program flow to go directly to the STEP labeled by a LABEL_STEP element.

Supported Values

GOTO_STEP supports the use of text as value.

Examples

  • <STEP>
    • ......
    • <GOTO_STEP>Destination I</GOTO_STEP>
    • ......
  • </STEP>
  • ......
  • <STEP>
    • <LABEL_STEP>Destination I</LABEL_STEP>
    • ......
  • </STEP>