<?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>
        thank u for the reply..i will test it and see how it goes..thanks!        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4178</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4178</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ash,&lt;br&gt;&lt;br&gt;Its probably easier to use a bit of code (like VB) to do this checking. Assuming this is after a blob Filter module. Do NOT forget to select the &quot;create array variable&quot; in the Circular Area GUI (not the Create BLOBS array variable as that is different)&lt;br&gt;&lt;br&gt;capPresent = false&lt;br&gt;&lt;br&gt;blobs = GetArrayVariable(&quot;CIRCULAR_AREA&quot;)&lt;br&gt;if isArray(blobs) then&lt;br&gt;&amp;nbsp;&amp;nbsp;if ubound(blobs)&amp;gt;=0 then&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for i = 0 to ubound(blobs)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if blobs(i) &amp;gt;= 0.6 then&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; capPresent = true&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;next&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;end if&lt;br&gt;end if&lt;br&gt;&lt;br&gt;if capPresent then&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;RESULT&quot;, &quot;Cap Present&quot;&lt;br&gt;else&lt;br&gt;&amp;nbsp;&amp;nbsp;SetVariable &quot;RESULT&quot;, &quot;&quot;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4178</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4178</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Multiple if Statement</title>
        <description>
        hi guys...im having problems using multiple if statement..&lt;br&gt;&lt;br&gt;in my program, there are 3 blobs present and with circular area variable i have 3 different values..0.6,.03 and 0.5&lt;br&gt;&lt;br&gt;i would like to use if statement --if circular area&amp;gt;0.6 display text ( present) and --if circular area &amp;lt;0.6 display text (not present)&lt;br&gt;&lt;br&gt;the problem is that when i change picture that have 2 blobs with values &amp;lt;0.6..&lt;br&gt;&lt;br&gt;the program still shows (cap present) no matter what i tried.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=4178</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=4178</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
