Canada
Asked — Edited
Resolved Resolved by DJ Sures!

Append And Define Array Examples Are Showing Syntax Errors Again

This is the same issue that was resolved a few months back. I have the newest version of ARC. Even the examples I wrote and saved in my project files crash now, very frustrating.


ARC Pro

Upgrade to ARC Pro

Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.

#1  

Have you tried un-installing ARC... Re-boot your computer then do a fresh install of ARC?..... Sometimes Ockham's razor rules....

United Kingdom
#3  

It looks like there may be a bug with the array commands.

AppendArray doesn't look like it exists anymore. The examples for the array commands don't have valid syntax or have errors.

I guess DJ needs to take a look in to this. It may be a case of the examples not being updated or it may be something else, I don't know enough about arrays to know myself since I've yet to use them for anything more than just checking them out.

#4  

Hmmm.... I haven't used the array commands yet so I didn't notice the missing AppendArray command....

PRO
Synthiam
#5  

Fixed in the next release

#6  

http://natureofcode.com/book/chapter-9-the-evolution-of-code/

You can use arrays for genetic programming The above site does a great job on how to write the program in C++ and touches on interesting concepts. I used python to expriment with it.

It would be great if DJ could tweak Ez script to allow you guy's to try it out.

#7  

Thanks DJ , check out the link I think you'll find it interesting.