GotoMacro Action

Switches execution to another macro, or another label within the macro. Control does not return to the calling macro.

TIP

This action can only be used to target macros - it cannot be used to target scripts.

Parameters

Macro  -  (Required)

Specifies the name of the macro to load. If you wish to specify a label within the macro at which to begin execution, use a period (.) to separate the macro and label name. To specify the macro name as an expression, prefix the macro with an equals (=) sign.

See Also

RunMacro action | RunMacro method