Include command (debugger): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "__TOC__  <div id="printheader"> <br /> <span id="include-command"></span> = <span class="f_Heading1">include command</span> = </div> <div id="idcontent"> <div id="inn...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__TOC__
__TOC__

<div id="printheader">
<br />
<span id="include-command"></span>
= <span class="f_Heading1">include command</span> =
</div>
<div id="idcontent">
<div id="innerdiv">
<div style="text-align: left; text-indent: 0; padding: 0 0 0 0; margin: 10px 0 10px 0;">


{|
{|
|width="50%"| '''Action:'''
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Calls another Debugger [[using_debugger_macros.html|macro]]. </span>
<span class="f_Para">Calls another Debugger [[Using Debugger Macros|macro]]. </span>


'''Syntax:'''  
'''Syntax:'''  
Line 29: Line 13:
|-
|-
| '''Scope:'''
| '''Scope:'''
| <span class="f_Para">Allowed only in Debugger [[using_debugger_macros.html|macros]].</span>
| <span class="f_Para">Allowed only in Debugger [[Using Debugger Macros|macros]].</span>
|-
|-
| '''Client menu:'''
| '''Client menu:'''

Latest revision as of 21:24, 30 January 2023

Action:

Calls another Debugger macro.

Syntax:

include macro

where macro is the unquoted name of the macro.

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