Span command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Restores to the default the spanning behavior of a Debugger [[Using Debugger Macros|macro]], reversing any previously issued </span><span class="f_Monospace">[[NoSpan command|noSpan]]</span><span class="f_Para"> command. By default, macro execution spans the evaluation of requests (if a request completes before a macro is finished, the remaining macro commands apply to the next request).  </span>
<span class="f_Para">Restores to the default the spanning behavior of a Debugger [[Using Debugger Macros|macro]], reversing any previously issued </span><span class="f_Monospace">[[NoSpan command|noSpan]]</span><span class="f_Para"> command. By default, macro execution spans the evaluation of requests (if a request completes before a macro is finished, the remaining macro commands apply to the next request).  </span>



Latest revision as of 18:44, 9 February 2023

Action:

Restores to the default the spanning behavior of a Debugger macro, reversing any previously issued noSpan command. By default, macro execution spans the evaluation of requests (if a request completes before a macro is finished, the remaining macro commands apply to the next request).  

Syntax:

span 

Scope: Allowed only in Debugger macros.
Client menu: --
Introduced: Build 37