<?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, that is correct. To use your &quot;star&quot; array you would use something like&lt;br&gt;&lt;br&gt;xylist = &quot;&quot; &amp; star(0)&lt;br&gt;for i = 1 to ubound(star)&lt;br&gt;&amp;nbsp;&amp;nbsp;xylist = xylist &amp; &quot;,&quot; &amp; star(i)&lt;br&gt;next&lt;br&gt;&lt;br&gt;or you could also use the join feature of VBScript and use&lt;br&gt;&lt;br&gt;xylist = join(star, &quot;,&quot;)&lt;br&gt;&lt;br&gt;which is easier if you do not need to process the star array while creating the xylist string.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>line list array</title>
        <description>
        STeven,&lt;br&gt;&lt;br&gt;Thanks for your sample file. It works one way. &lt;br&gt;I still need to save the calculated xy coordinates into xylist. &lt;br&gt;Can I use a for ...next loop to do that?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;Calvenn&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Calvenn,&lt;br&gt;&lt;br&gt;See the attached robofile. Its quite easy to draw lines with the new draw line module. Be sure you have the most recent RR version otherwise you will not see the red lines.&lt;br&gt;&lt;br&gt;Hopefully that makes sense. Note that you don&apos;t need to declare a dim array as the draw line module takes a string of x,y coordinates which is not the most efficient but keeps the format easy.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>line list</title>
        <description>
        Steven,&lt;br&gt;&lt;br&gt;How can I create the line list in order to display the lines?&lt;br&gt;&lt;br&gt;I still have problem to Set an array that allow me store data between VB extensions. &lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;Calvenn&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Calvenn,&lt;br&gt;&lt;br&gt;If you could include what you are trying to do in VB that may be easier for us to help. For example&lt;br&gt;&lt;br&gt;Dim list&lt;br&gt;Redim list(100)&lt;br&gt;&lt;br&gt;list(0) = 100&lt;br&gt;list(1) = 101&lt;br&gt;list(2) = 102&lt;br&gt;&lt;br&gt;seems to work with the VB in the VBScript_Program module which would allow you to work with VBScript arrays.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        STeven,&lt;br&gt;&lt;br&gt;Thanks for your reply. MEP_COODINATES are perfectly suit my needs. &lt;br&gt;See attached picture for your info.&lt;br&gt;The problem I am facing right now is how to copy an array to an array variable. The DIM command doesn&apos;t work in VB script. I need output the MEP_COORDINATES for farther process. Like identify the object, save the object to database, and recall the variable from another VB script program in the same robo file etc.&lt;br&gt;&lt;br&gt;Please advise&lt;br&gt;&lt;br&gt;Calvenn &lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/1084_1.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/1084_thumb_1.jpg&quot;&gt;&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The MEP coordinate array is the array of rectangular boxes that minimally encloses a blob. Ie if a box angled at 45 degrees better encloses the blob than a box at 0 degrees (i.e. its bounding box) then the MEP would indicate a 45 degree rotated box. This is similar in concept to a bounding box but allows the bounding box to be rotated to be aligned better to the object.&lt;br&gt;&lt;br&gt;This does not come with the blob_filter but DOES come with the blob_replace filter as a MEP_COORDINATES variable. Do you need it within the blob_filter module? Are you needing to filter blobs based on a quality of the MEP of a blob?&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>line list</title>
        <description>
        Hi, Steven&lt;br&gt;&lt;br&gt;What is MEP Coordinate Array? &lt;br&gt;Is this one come with Blobs filter?&lt;br&gt;&lt;br&gt;Please advise.&lt;br&gt;&lt;br&gt;Calvenn        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=1046</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=1046</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
