<?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>
        Jay,&lt;br&gt;&lt;br&gt;Not sure about the inconsistent timing but compare your results to the new PROCESS_TIME variable that was added into the latest version (you will have to download RR again). See if the times match somewhat or if the PROCESS_TIME works for your purposes.&lt;br&gt;&lt;br&gt;As far as the DebugPrint you can use &quot;write&quot; as in &lt;br&gt;&lt;br&gt;write &quot;hello&quot; &amp; vbCRLF&lt;br&gt;&lt;br&gt;to print out a message in the VBScript module for debugging purposes.Note that the vbCRLF causes a newline in that printing.&lt;br&gt;&lt;br&gt;Or were you looking for the system debug print as is sometimes used in kernal type debuggin?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3329</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3329</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>vbscript to calculate processing time</title>
        <description>
        Good afternoon,&lt;br&gt;I am tinkering with an application requiring me to know the time to process an image. In the script module i have come up with; &lt;br&gt;CurrentTime = GetStrVariable(&quot;IMAGE_TIME&quot;)&lt;br&gt;ProcessingTime = CurrentTime - PreviousTime&lt;br&gt;SetVariable &quot;ProcessingTime&quot;, ProcessingTime&lt;br&gt;PreviousTime = CurrentTime&lt;br&gt;&lt;br&gt;this works but produces incorrect + inconsistent times ranging from correct to 7 seconds over.&lt;br&gt;&lt;br&gt;i believe that the problem i when it is doing the automatic conversion from string to int for the math.&lt;br&gt;&lt;br&gt;any help in solving this or maybe offering a different idea as to how to calculate processing time would be appreciated.&lt;br&gt;Thanks for yourr time.&lt;br&gt;Jay&lt;br&gt;&lt;br&gt;ps stupid question but is their a DebugPrint command built into the script module?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3329</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3329</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
