JumpToLine command
Jump to navigation
Jump to search
Action: |
Transfers control to a specified request statement in the Source Code or Daemon page, then executes that statement. The command's required argument is a number or keyword that indicates the target statement: jumpToLine [current | number] where:
For example, specifying -1 reruns the statement prior to the current line. +1 skips the current executable statement and executes the one following it. If you use the command in a macro:
If you use the command in a mapped button or hot key:
For information about invoking a jump by right clicking a line in the Source Code or Daemon tab, see Altering the flow of execution. |
Client menu: | -- |
Introduced: | Build 27 |