Here is the way you define an array (below), although any PBASIC variable will accept a subscript notation. That really gives you some power, once you get used to the language. Matrices must be done "artificially", but are rarely used due to the small RAM size.
Comments
Here is the way you define an array (below), although any PBASIC variable will accept a subscript notation. That really gives you some power, once you get used to the language. Matrices must be done "artificially", but are rarely used due to the small RAM size.
Array VAR BYTE(8)
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
http://forums.parallax.com/showthread.php?p=592878