Array and matrix
Hoffa
Posts: 46
Hi
Is it possible to make and array or even an matrix in basic stamp?
Is it possible to make and array or even an matrix in basic stamp?
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