<?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>
        STeven&lt;br&gt;&lt;br&gt;Thanks you very much. I am still testing but so far it all seems to work.&lt;br&gt;&lt;br&gt;I appreciate all the help.&lt;br&gt;&lt;br&gt;Thanks        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ok, arrays should now be able to be received from within RR from EZ-builder.&lt;br&gt;&lt;br&gt;Latest version has the updated EZ-Robot module.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Essentially I want to be able to get any variable from roborealm into ez-builder so I can write code based on the values using ez-script and vice versa.&lt;br&gt;&lt;br&gt;My first item is to use the avm variables to control my robot mixed with features from ez-builder/script.&amp;nbsp;&amp;nbsp;To do that I need to be able to send variable values back and forth including arrays.&lt;br&gt;&lt;br&gt;Thanks         </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        What started all of this for me was getting the array variables from avm into ez - builder as an array and to be able to update array variables inside roborealm from ez-builder.&lt;br&gt;&lt;br&gt;I wasn&apos;t thinking of a specific array per se.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ok, that seems to work ... what I was looking for was&lt;br&gt;&lt;br&gt;print(GetArraySize(&quot;$X&quot;))&lt;br&gt;&lt;br&gt;forgot that print requires parenthesis.&lt;br&gt;&lt;br&gt;Moving ahead ...&lt;br&gt;&lt;br&gt;Just out of curiosity, what array from EZBuilder are you interested in?&lt;br&gt;&lt;br&gt;Thanks!        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</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;This should take you to the release notes area.&lt;br&gt;&lt;br&gt;Go to the community tab on the website&lt;br&gt;Select the release notes tag&lt;br&gt;&lt;br&gt;or go to &lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ez-robot.com/Community/Forum/Search?tags=3&quot; target=&quot;_blank&quot;&gt;http://www.ez-&lt;wbr&gt;robot.com/&lt;wbr&gt;Community/&lt;wbr&gt;Forum/&lt;wbr&gt;Search?tags=3&lt;/a&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &lt;br&gt;Hope this helps.&lt;br&gt;&lt;br&gt;I created an array called $X with a size of 3 and added three values inside EZ-Script&lt;br&gt;&lt;br&gt;If you add a script control inside EZ-Builder and click on the gear you can see all the commands.&lt;br&gt;&lt;br&gt;I did the following via a TCP (Telnet connection):&lt;br&gt;&lt;br&gt;EZ-Builder v2014.09.16.00 on TTY0&lt;br&gt;&amp;gt;$P =GetArraySize(&quot;$X&quot;)&lt;br&gt;OK&lt;br&gt;&amp;gt;print ($P)&lt;br&gt;3        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        David (and Darathian),&lt;br&gt;&lt;br&gt;I see all the new functions (just download the latest EZ release) but don&apos;t see the &lt;br&gt;&lt;br&gt;GetArraySize( variable )&lt;br&gt;&lt;br&gt;or &lt;br&gt;&lt;br&gt;GetControlValue()&lt;br&gt;&lt;br&gt;I checked the site to see if there are release docs but nothing comes up. Can you check the spelling of those?&lt;br&gt;&lt;br&gt;DumpVariables now allows for a list of EZ variables to be populated but still no luck with getting arrays from EZ without knowing the size ... its possible to use DumpVariables to do that but as more variables are added that becomes quite a load so I&apos;d prefer to avoid using DumpVariables to get all the values for arrays.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>EZ-Robot V4 EZ-Builder additional features</title>
        <description>
        These are new features added to EZ-Builder and thus the EZ-SDK that should allow the link between RoboRealm and EZ-Builder to be able to communicate more than one variable at a time.&lt;br&gt;&lt;br&gt;new ez-script commands:&lt;br&gt;- appendarray()&lt;br&gt;- clearvariables()&lt;br&gt;- dumpvariables()&lt;br&gt;- getcontrolvalue()        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5386</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5386</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
