RunUntil command: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Runs without interruption until we reach a specific procedure, then displays that procedure for de...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{| | {| | ||
|width=" | |width="125px"| '''Action:''' | ||
|width=" | |width="575px"| | ||
<span class="f_Para">Runs without interruption until we reach a specific procedure, then displays that procedure for debugging. Same as the [[ | <span class="f_Para">Runs without interruption until we reach a specific procedure, then displays that procedure for debugging. Same as the [[Running to a specific procedure|Run Until Procedure button]]. </span> | ||
'''Syntax:''' | '''Syntax:''' | ||
Line 10: | Line 10: | ||
<p class="syntax">runUntil ''targetProc''</p> | <p class="syntax">runUntil ''targetProc''</p> | ||
<span class="f_Para">where </span><span class=" | <span class="f_Para">where </span><span class="term">targetProc</span><span class="f_Para"> is the name of, or a character pattern for, the target procedure. </span> | ||
|- | |- | ||
| '''Client menu:''' | | '''Client menu:''' |
Latest revision as of 03:54, 9 February 2023
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) |