Page 1 of 1

Help with arrays in ROBOTC

Posted: 03 Oct 2011, 02:05
by inxt-generation
Can anyone tell me how to use arrays in ROBOTC?

I am building a maze solver, and need to use them in the path optimization algorithm. I am using the Left-Hand-On-The-Wall technique as described here:http://www.patrickmccabemakes.com/Patri ... lving.html Can you help :?:

Re: Help with arrays in ROBOTC

Posted: 03 Oct 2011, 02:21
by dimasterooo

Re: Help with arrays in ROBOTC

Posted: 06 Oct 2011, 18:06
by inxt-generation
Thanks for the link!(helped with some other stuff too.)