RunUntil command

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Action:

Runs  without interruption until we reach a specific procedure, then displays that procedure for debugging. Same as the Run Until Procedure button.

Syntax:

runUntil targetProc

where targetProc is the name of, or a character pattern for, the target procedure.

Client menu: Execution > Run Until Proc
Introduced: Build 26 (macros only); Build 28 (menu)