<?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=RUN</id>
	<title>RUN - 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=RUN"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=RUN&amp;action=history"/>
	<updated>2026-04-12T15:58:38Z</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=RUN&amp;diff=802&amp;oldid=prev</id>
		<title>ConvertBot: execute NeXtMidas command stored in a results parameter</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=RUN&amp;diff=802&amp;oldid=prev"/>
		<updated>2020-04-27T22:05:01Z</updated>

		<summary type="html">&lt;p&gt;execute NeXtMidas command stored in a results parameter&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;execute NeXtMidas command stored in a results parameter&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;CMD&amp;gt; - Name of results parameter&lt;br /&gt;
&lt;br /&gt;
The RUN command retrieves the contents of a string-valued results parameter,&lt;br /&gt;
assumes it's a NeXtMidas command, and executes it.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  * In the shell:&lt;br /&gt;
    nM&amp;gt; RESULTS N 7&lt;br /&gt;
    nM&amp;gt; RUN &amp;quot;CALCULATOR N N 2 *&amp;quot;&lt;br /&gt;
&lt;br /&gt;
  * Within a macro, Multiply N by 2 in the parent macro's results set:&lt;br /&gt;
    RUN/PARENT &amp;quot;CALCULATOR N N 2 *&amp;quot; &lt;br /&gt;
&lt;br /&gt;
  * Within a macro, multiply N by 2 in the global results set&lt;br /&gt;
    RUN/GLOBAL &amp;quot;CALCULATOR N N 2 *&amp;quot; &lt;br /&gt;
&lt;br /&gt;
  * Since the quotes are optional, the following are equivalent:&lt;br /&gt;
    nM&amp;gt; RUN &amp;quot;CALCULATOR N 3&amp;quot;&lt;br /&gt;
    nM&amp;gt; RUN CALCULATOR N 3&lt;br /&gt;
&lt;br /&gt;
Switches:&lt;br /&gt;
  /GLOBAL - Runs the command using the global results set.&lt;br /&gt;
  /PARENT - Runs the command using the results set of the parent macro if&lt;br /&gt;
            available; if no results set is available for the parent macro&lt;br /&gt;
            then the global results set is used.&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>