<?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>
        Romulo,&lt;br&gt;&lt;br&gt;The simplest way to do this is to surround the Write_Images module using an If_Statement module that will only allow the Write_Images module to execute in the right condition ... say if you have a variable like &quot;write_it&quot; and you check that variable to see if its a 1 or 0 and only execute the Write_Images module when write_it is 1.&lt;br&gt;&lt;br&gt;So your VBScript would then &lt;br&gt;&lt;br&gt;SetVariable &quot;write_it&quot;, 1 &lt;br&gt;&lt;br&gt;to activate the module and &lt;br&gt;&lt;br&gt;SetVariable &quot;write_it&quot;, 0&lt;br&gt;&lt;br&gt;to stop it. This is all done by the surrounding If_Statement module. In the pipeline that looks like:&lt;br&gt;&lt;br&gt;If_Statement (check write_it = 1)&lt;br&gt;&amp;nbsp;&amp;nbsp;Write_Images&lt;br&gt;End_if&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5966</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5966</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Write Image Files </title>
        <description>
        Hello STeven, &lt;br&gt;&lt;br&gt;Regarding Write Image Files command, I request following information: &lt;br&gt;1. Is it possible to operate the Start/Stop button from Write Image Files dialog box via program (VB Script command) instead of manual operation? &lt;br&gt;&lt;br&gt;Best Regards, &lt;br&gt;Romulo G. Lins        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5966</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5966</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
