BACKTO Macro Command
Unconditionally branch to a specified screen name or label within a macro or menu (a menu is a compiled macro).
Note: Macro commands are used within macros to provide more complex behaviour when running processes.
Example
-
LABELmay consist of up to 16 characters, and must be present in the current macro/menu or an error will result. Labels are denoted by the special char ":" (colon).
-
SCREEN NAMEmust have been defined within the current or an ancestor of the current macro/menu as part of a SCREEN command. The name may consist of up to 16 characters. If the name is not a known screen name in the list of screens traversed in the current session, the name is treated as a local macro label, and a GOTO is attempted.
Macro Command Example
!Plot:rem... (further processing)
!SCREEN NAME:Plot_param
... (further processing)
!BACKTO:Plot
... (further processing)
!BACKTO:Plot_param
Related topics and activities:
