<?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>
        Yes, you can.&lt;br&gt;&lt;br&gt;Use the if statement to check to see if the key has been pressed. See the example included below which waits for the CTRL-z key being pressed before the RGB_Filter module is allowed to run.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=747</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=747</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Good point Steven.&lt;br&gt;&lt;br&gt;I just wanted to pause the program until some key is pressed, using the &apos;while loop&apos;. Is that possible anyway? If not, that&apos;s ok.&lt;br&gt;&lt;br&gt;Cheers        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=747</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=747</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        When programming in the VBScript module you have to remember that you are already in a loop. Each new frame causes the loop to process again. If you prevent the ending of the loop by putting a while loop in the VBScript it will not allow the system to capture new images and continue processing.&lt;br&gt;&lt;br&gt;So, the way that you accomplish this is to write conditional statements around variables that maintain what state you are in. In the case of the keyboard you would use a conditional to check for a keypress each time the VBScript is run and perform an action based on that.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=747</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=747</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>&apos;while&apos; loop in VBScript Program</title>
        <description>
        What is the right way of coding a &apos;while loop&apos; in the VBScript Program? I would like the program to wait (loop) while the condition is not true (e.g. keyboard key press, &apos;P&apos; for example).        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=747</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=747</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
