In SX Microcontrollers, SX/B Compiler and SX-Key Tool, JonnyMac wrote: Depending on what you need the code to do you can define words within an array: [code]temps VAR Byte (8) tmpW1 VAR Word @ temps(0) tmpW2 VAR Word @ temps(2) tmpW3 VAR Word @ temps(4) tmpW4 VAR Word @ temps(6)[/code] To use them like normal variables, though, you have to use BANK @temps, run your code, and then use BANK to get back to the "normal" variables bank. Again, it just depends on what you're wanting to do. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=369151#m369216 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2009 (http://www.dotNetBB.com)