<?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=SAY</id>
	<title>SAY - 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=SAY"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=SAY&amp;action=history"/>
	<updated>2026-06-15T15:15:18Z</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=SAY&amp;diff=857&amp;oldid=prev</id>
		<title>ConvertBot: echoes a text line to the terminal</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=SAY&amp;diff=857&amp;oldid=prev"/>
		<updated>2020-04-27T22:05:19Z</updated>

		<summary type="html">&lt;p&gt;echoes a text line to the terminal&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;echoes a text line to the terminal&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;TEXT&amp;gt; - A formatable string with optional results substitution&lt;br /&gt;
&lt;br /&gt;
This is used to print an informative string to the terminal - normally for&lt;br /&gt;
use in macros.  &amp;lt;TEXT&amp;gt; will normally be surrounded with doubles quotes (&amp;quot;&amp;quot;)&lt;br /&gt;
to preserve case and allow spaces.  A typical string would have the form:&lt;br /&gt;
&lt;br /&gt;
  SAY  &amp;quot;The bin ^NBIN frequency shift is ^FREQ Hz&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The trailing quote may be omitted. When executed, the strings preceded by&lt;br /&gt;
the caret (^) will be interpreted as results parameters, and assuming the&lt;br /&gt;
parameters NBIN and FREQ are defined as 5 and 5.6420 respectively, the user&lt;br /&gt;
will see:&lt;br /&gt;
&lt;br /&gt;
  The bin 5 frequency shift is 5.6420 Hz&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  * nM&amp;gt; SAY &amp;quot;Hello&amp;quot;&lt;br /&gt;
    Hello&lt;br /&gt;
&lt;br /&gt;
  * nM&amp;gt; SAY &amp;quot;The bin ^NBIN frequency shift is ^FREQ Hz&amp;quot;&lt;br /&gt;
    The bin 5 frequency shift is 5.6420 Hz&lt;br /&gt;
&lt;br /&gt;
  * The /L=F switch can be used to repress the new line in a macro&lt;br /&gt;
    startmacro&lt;br /&gt;
      SAY/L=F &amp;quot;Running&amp;quot;&lt;br /&gt;
      SAY/L=F &amp;quot;.&amp;quot;&lt;br /&gt;
      SAY/L=F &amp;quot;.&amp;quot;&lt;br /&gt;
      SAY/L=F &amp;quot;.&amp;quot;&lt;br /&gt;
      SAY &amp;quot;Done&amp;quot;&lt;br /&gt;
    endmacro&lt;br /&gt;
&lt;br /&gt;
    Outputs the text:&lt;br /&gt;
      Running...Done&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Switches:&lt;br /&gt;
  /L - Write a new line if true [DEF=TRUE]&lt;br /&gt;
&lt;br /&gt;
See Also: INFO, WARN&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>