<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Roland,&lt;br&gt;&lt;br&gt;You mentioned a different solution on another thread (loading in actual image digits as needed) but in case you want another method I&apos;d try using FormatNumber.&lt;br&gt;&lt;br&gt;SetVariable &quot;var_to_show&quot;, FormatNumber(V_actual,2)&lt;br&gt;&lt;br&gt;which should set the variable with 2 decimal places. Once SetVariable runs the &quot;number&quot; will be interpreted as a string and should show using DisplayVariable as a 2 digit decimal number even with a zero.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=7324</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=7324</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>displaying a number</title>
        <description>
        Hi Steven&lt;br&gt;&lt;br&gt;I want to display a number variable, huge, on the screen, pretty much like a voltmeter.&lt;br&gt;&lt;br&gt;The problem is that the display jumps all the time.&lt;br&gt;A few things I&apos;ve tried;&lt;br&gt;&lt;br&gt;Fixing the trailing digits&lt;br&gt; V_disp&amp;nbsp;&amp;nbsp;= Round(V_actual,3)&lt;br&gt;but if the last digit is 0 then it does not show&lt;br&gt;&lt;br&gt;So I added;&lt;br&gt;V_actual = V_actual +.001111&lt;br&gt;which will ensure there is always a trailing digit &amp;gt; 0&lt;br&gt;But because of the font and being centre justified, it still jumps too much.&lt;br&gt;&lt;br&gt;Then I split the number into separate strings with&amp;nbsp;&amp;nbsp;mid(V_actual,n,1) and displayed each one separately, but then the decimal place moves as the number increases. Negative numbers also mess up the justification.&lt;br&gt;&lt;br&gt;Is there a way to display a value where the decimal point would stay fixed on the screen, irrespective of the number of leading or trailing digits, or polarity? (just like an instrument display)&lt;br&gt;(I&apos;m using 2.76.1)&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Roland&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=7324</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=7324</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
