<?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>
        That was actually a typo incorrectly copied from the first example. It should just read&lt;br&gt;&lt;br&gt; rr.getVariable(&quot;tutorial&quot;, buffer, 64);&lt;br&gt;&lt;br&gt;as the value of the RR&amp;nbsp;&amp;nbsp;variable &quot;tutorial&quot; is placed in the C variable buffer with max length 64 (it is a char * or primitive string).&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3665</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3665</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        In the line:&lt;br&gt;tutorial = rr.getVariable(&quot;tutorial&quot;, buffer, 64)&lt;br&gt;What should the variable tutorial, be declared as? Is that a string?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3665</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3665</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        In C/C++ that would be more like&lt;br&gt;&lt;br&gt;char buffer[64];&lt;br&gt;tutorial = rr.getVariable(&quot;tutorial&quot;, buffer, 64); &lt;br&gt;if (stricmp(buffer, &quot;Play Sound&quot;)==0)&lt;br&gt;{&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rr.open(&quot;C:\\\\Desktop\\\\tutorial.robo&quot;);&lt;br&gt;}&lt;br&gt;&lt;br&gt;Assuming that &quot;tutorial&quot; is what you typed into the Listen variable module.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3665</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3665</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Get and use varables of listen module</title>
        <description>
        I am using the Listen module in roborealm. I created a variable so that it will recognize when the user says &quot;Play Sound&quot; the variable name is tutorial. I want to use that variable in my C++ and check that &quot;Play Sound&quot; is what the user said. So when my API program runs, the user will say &quot;Play Sound&quot; and a .robo program will open to play my tutorial. How do I go about doing this? This is what I tried... &lt;br&gt;&lt;br&gt;tutorial = getVariable(&quot;tutorial&quot;, buffer, 64);&lt;br&gt;If tutorial = &quot;Play Sound&quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rr.open(&quot;C:\\\\Desktop\\\\tutorial.robo&quot;)&lt;br&gt;&lt;br&gt;Is this the proper way of doing this? And if so, how do I declare tutorial in my C++ program? Do I declare it as a string?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3665</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3665</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
