<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MACRO</id>
	<title>MACRO - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ice-online.com/index.php?action=history&amp;feed=atom&amp;title=MACRO"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MACRO&amp;action=history"/>
	<updated>2026-04-19T11:19:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.ice-online.com/index.php?title=MACRO&amp;diff=739&amp;oldid=prev</id>
		<title>ConvertBot: creates, translates, and/or lists a macro</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=MACRO&amp;diff=739&amp;oldid=prev"/>
		<updated>2020-04-27T22:04:42Z</updated>

		<summary type="html">&lt;p&gt;creates, translates, and/or lists a macro&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;creates, translates, and/or lists a macro&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;name&amp;gt;       Name of macro&lt;br /&gt;
&amp;lt;function&amp;gt;   Function to perform (LIST,TRANS,CREATE)&lt;br /&gt;
&amp;lt;window&amp;gt;     Number of lines around current macro pointer to list&lt;br /&gt;
&lt;br /&gt;
CREATE prompts the user for a few lines of input for quick execution of a&lt;br /&gt;
few lines of code.  This is stored on disk as a user macro for subsequent&lt;br /&gt;
execution.&lt;br /&gt;
&lt;br /&gt;
TRANS simply translates a macro to check for syntax and control flow errors.&lt;br /&gt;
&lt;br /&gt;
LIST lists a macro.  The list format is controlled by &amp;lt;window&amp;gt;:&lt;br /&gt;
  &amp;lt; 0	- displays macro source code (the macro.txt file)&lt;br /&gt;
  = 0	- displays entire macro in translated form&lt;br /&gt;
  &amp;gt; 0	- displays &amp;lt;window&amp;gt; lines around current macro pointer, in&lt;br /&gt;
          translated form&lt;br /&gt;
&lt;br /&gt;
When you are in normal mode, LIST will show you the translated macro source&lt;br /&gt;
code by default.&lt;br /&gt;
&lt;br /&gt;
In macro Suspend mode, LIST will show you the current macro in its translated&lt;br /&gt;
form with &amp;lt;window&amp;gt; lines centered at the current pointer.&lt;br /&gt;
&lt;br /&gt;
The translated format of a macro has all commands and arguments in uppercase,&lt;br /&gt;
white space replaced by commas, and one-line IF's expanded.&lt;br /&gt;
&lt;br /&gt;
The translated format also shows a pointer to the next command to be executed&lt;br /&gt;
(either by a STEP or a GO), which can be useful during debugging.&lt;br /&gt;
&lt;br /&gt;
See Also: GO, PAUSE, STEP&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:NXM_Explain]]&lt;/div&gt;</summary>
		<author><name>ConvertBot</name></author>
		
	</entry>
</feed>