Difference between revisions of "Include command (debugger)"

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...")
 
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;">
 
  
 
{|
 
{|

Revision as of 17:07, 26 May 2022


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: --