<?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 works great.&lt;br&gt;&lt;br&gt;Thank you very much. &lt;br&gt;I wouldn&apos;t have considered using VB Script. &lt;br&gt;&lt;br&gt;Tom        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3881</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3881</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The variable NV_ARR_OBJ_IDX is array.&lt;br&gt;You should use VBScript for this task:&lt;br&gt;&lt;br&gt;TotalObj = GetVariable(&quot;NV_OBJECTS_TOTAL&quot;)&lt;br&gt;ObjIdx = GetArrayVariable(&quot;NV_ARR_OBJ_IDX&quot;)&lt;br&gt;&lt;br&gt;ReDim ObjName(20)&lt;br&gt;ObjName(0) = &quot;1&quot;&lt;br&gt;ObjName(1) = &quot;2&quot;&lt;br&gt;ObjName(2) = &quot;3&quot;&lt;br&gt;ObjName(3) = &quot;4&quot;&lt;br&gt;ObjName(4) = &quot;5&quot;&lt;br&gt;&lt;br&gt;SpeakStr = &quot;I see&quot;&lt;br&gt;&lt;br&gt;for i = 0 to TotalObj-1 step 1&lt;br&gt; SpeakStr = SpeakStr + &quot; &quot; + ObjName(ObjIdx(i))&lt;br&gt;next&lt;br&gt;&lt;br&gt;if TotalObj = 0 then SpeakStr = SpeakStr + &quot; nothing&quot;&lt;br&gt;&lt;br&gt;SetVariable &quot;SPEAK_STR&quot;, SpeakStr&lt;br&gt;&lt;br&gt;&lt;br&gt;See also attached Speak_Objects.robo file.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3881</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3881</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>AVM Object Recognition</title>
        <description>
        When I use the AVM plugin I, having problems accessing the variable NV_ARR_OBJ_IDX. I&apos;m trying to get RoboRealm/AVM to recognize 2 (or more) objects and speak their name. All is fine with the recognition part and their name is displayed properly in the AVM&amp;nbsp;&amp;nbsp;display as well as their IDX number. However any attempt to&amp;nbsp;&amp;nbsp; use the If.. statement to speak either name properly always fails and it either speaks only the first name (of two objects) or speaks it when the object is not visible.&amp;nbsp;&amp;nbsp;&lt;br&gt;&lt;br&gt;Can&apos;t figure out why the logic in the If...then statement is not working. &lt;br&gt;Like: If NV_ARR_OBJ_IDX = 0 then speak First Object &lt;br&gt;and the a second If statement:&amp;nbsp;&amp;nbsp;&lt;br&gt;If NV_ARR_OBJ_IDX = 1 then speak Second Object.&lt;br&gt;&lt;br&gt;I&apos;m using the latest version 2.29.2        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3881</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3881</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
