<?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=GET</id>
	<title>GET - 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=GET"/>
	<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=GET&amp;action=history"/>
	<updated>2026-08-02T16:26:45Z</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=GET&amp;diff=737&amp;oldid=prev</id>
		<title>ConvertBot: Display results parameters</title>
		<link rel="alternate" type="text/html" href="https://wiki.ice-online.com/index.php?title=GET&amp;diff=737&amp;oldid=prev"/>
		<updated>2020-04-27T22:04:41Z</updated>

		<summary type="html">&lt;p&gt;Display results parameters&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Display results parameters&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;LABEL&amp;gt; - Name of result parameter to get&lt;br /&gt;
&lt;br /&gt;
Display (or get with the /RES switch) the result parameter given by &amp;lt;label&amp;gt;. &lt;br /&gt;
String parameters will be displayed exactly as they are contained in the&lt;br /&gt;
results table. Numeric values will be written in base 10 but the radix can be&lt;br /&gt;
modified by the use of the proper switches. The radix switches are for use&lt;br /&gt;
with numeric data only, use of the radix switches with a Table or other object&lt;br /&gt;
will cause an error.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
  1. Displaying string values:&lt;br /&gt;
        nM&amp;gt;res test_val &amp;quot;foo&amp;quot;&lt;br /&gt;
        nM&amp;gt;get test_val&lt;br /&gt;
         3S: TEST_VAL = foo&lt;br /&gt;
  &lt;br /&gt;
  2. Displaying numeric values:&lt;br /&gt;
        nM&amp;gt; res test_val 16&lt;br /&gt;
        nM&amp;gt; get test_val&lt;br /&gt;
         L: TEST_VAL  = 16&lt;br /&gt;
        nM&amp;gt; get test_val /hex&lt;br /&gt;
         TEST_VAL = 0x00000010&lt;br /&gt;
        nM&amp;gt; get test_val /radix=16&lt;br /&gt;
         TEST_VAL = 0x00000010&lt;br /&gt;
  &lt;br /&gt;
  3. Getting values (assumes test_val result is 16):&lt;br /&gt;
        nM&amp;gt; get test_val /radix=16 /res=out&lt;br /&gt;
        nM&amp;gt; res out&lt;br /&gt;
        10S: OUT             = 0x00000010&lt;br /&gt;
    &lt;br /&gt;
&lt;br /&gt;
Switches:&lt;br /&gt;
  Scope:&lt;br /&gt;
    /GLOBAL    - Sets the result in the GLOBAL results table&lt;br /&gt;
    /PARENT    - Sets the result in the PARENT result table&lt;br /&gt;
  &lt;br /&gt;
  Displaying Results:&lt;br /&gt;
    /ALL       - Display all results parameters, expand tables as necessary&lt;br /&gt;
    /RES=&amp;lt;res&amp;gt; - Output to this result instead of the screen, if a radix is&lt;br /&gt;
                 given and the value is a number, the value stored will be a&lt;br /&gt;
                 string representing the value in the given radix&lt;br /&gt;
&lt;br /&gt;
    /BIN       - Display a numeric result in binary format (same as /RADIX=2)&lt;br /&gt;
    /HEX       - Display a numeric result in hex format (same as /RADIX=16)&lt;br /&gt;
    /OCT       - Display a numeric result in octal format (same as /RADIX=8)&lt;br /&gt;
    /RADIX=&amp;lt;n&amp;gt; - Display a numeric result with the given radix (2,8,10,16)&lt;br /&gt;
&lt;br /&gt;
See also:  SET, RESULTS&lt;br /&gt;
&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>