<?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>
        You almost have it, using the CInt you can use&lt;br&gt;&lt;br&gt;a = Cint((sqrt((x*x)+(y*y)))/100) / 10&lt;br&gt;&lt;br&gt;The Cint rounds it to an integer and the last /10 gets it back to a single decimal place.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4837</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4837</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thank you very much, Steven.&lt;br&gt;&lt;br&gt;a = sqrt((x*x)+(y*y)) - With this calculation goes the distance in millimeters. For example, 455.67544&lt;br&gt;and &lt;br&gt;a = (sqrt((x*x)+(y*y)))/1000 - With this calculation goes the distance in meters. For example, 0.45567544&lt;br&gt;&lt;br&gt;This two numbers see in screen when to active module &quot;watch variables&quot;.&lt;br&gt;&lt;br&gt;Now, how I can remove this decimal number (0.45567544) and the result is 0.4?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4837</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4837</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        x = GetVariable(&quot;x&quot;)&lt;br&gt;y = GetVariable(&quot;y&quot;)&lt;br&gt;&lt;br&gt;a = sqrt((x*x)+(y*y))&lt;br&gt;&lt;br&gt;SetVariable &quot;a&quot;, a&lt;br&gt;&lt;br&gt;or just use the distance module&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/Calculate_Distance.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;Calculate_&lt;wbr&gt;Distance.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4837</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4837</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>distance</title>
        <description>
        Hi.&lt;br&gt;&lt;br&gt;I have two distances, x and y. As I can calculate the thrigonomic distance &quot;a&quot; of a triangle (a ^ 2 = x ^ 2 + y ^ 2) in VBScript?&lt;br&gt;&lt;br&gt;Thanks        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4837</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4837</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
