<?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>
        I tried reloading it many times and the error is still there. For now I have resorted to the API, it works and its more flexible than the vbscript extension.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3206</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3206</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Actually your code is fine. You probably just need to press the Reload and Run button in the VBScript module in order to reparse and start executing the code. That error was probably left from an earlier error. Note that the VBScript module will NOT start running the code as you type it in but will wait for the Reload button to be pressed before accepting the new code.&lt;br&gt;&lt;br&gt;Can you give that a quick try and let us know if that solves the issue?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3206</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3206</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>vbscript error</title>
        <description>
        I&apos;ve used the vbscript to manipulate my variables and then later set a variable, but I can&apos;t see it in the variable list using watch variables. And also there is an error in the message box, here is my code including the error:&lt;br&gt;&lt;br&gt;orange_flagDIST = GetVariable(&quot;orange_flagDIST&quot;)&lt;br&gt;orange_flagANGLE = GetVariable(&quot;orange_flagANGLE&quot;)&lt;br&gt;robot_flagDIST = GetVariable(&quot;robot_flag_distance&quot;)&lt;br&gt;robot_flagANGLE = GetVariable(&quot;robot_flagANGLE&quot;)&lt;br&gt;&lt;br&gt;if orange_flagDIST &amp;lt; robot_flagDIST then&lt;br&gt;&amp;nbsp;&amp;nbsp;move = 4&lt;br&gt;&amp;nbsp;&amp;nbsp;else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if orange_flagDIST &amp;gt; robot_flagDIST then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (orange_flagANGLE-robot_flagANGLE) &amp;gt; 1 then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;move = 5&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (robot_flagANGLE-orange_flagANGLE) &amp;gt; 1 then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;move = 4&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;end if&lt;br&gt;&lt;br&gt;SetVariable &quot;robotMOVE&quot;, move&lt;br&gt;&lt;br&gt;error (21) : Expected end of statement&lt;br&gt;&lt;br&gt;thanks,&lt;br&gt;lonemangx        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3206</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3206</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
