by Humanoido » Fri Mar 09, 2007 11:13 am
by Humanoido
Fri Mar 09, 2007 11:13 am
A more direct approach is to use data statements and just read assigned values for behavioral routines. Since RoboBasic does not have the Data and Read statements, the same could be accomplished with Peek and Poke by reading and writing data to and from the controller RAM. The template could load up the values at the beginning for AI assignments, then access at any time during the program. This is the same approach used in the 1970s with Integer Basic. Many of those routines and techniques are quite useful with RoboBasic, and various tutorials still exist on the web.
humanoido
A more direct approach is to use data statements and just read assigned values for behavioral routines. Since RoboBasic does not have the Data and Read statements, the same could be accomplished with Peek and Poke by reading and writing data to and from the controller RAM. The template could load up the values at the beginning for AI assignments, then access at any time during the program. This is the same approach used in the 1970s with Integer Basic. Many of those routines and techniques are quite useful with RoboBasic, and various tutorials still exist on the web.
humanoido