In SX Microcontrollers, SX/B Compiler and SX-Key Tool, basicstampede wrote: JohnnyMac, thanks. Actually, for this project, I solved it by using Byte variables. But this experience got me worried about about future projects. So my question above is still of interest to me. Should I code this way? Bytes50 var byte(16) 'bank $50 Bytes70 var byte(16) Then, I would use Bytes50(0) to Bytes50(15) and Bytes70(0) to Bytes70(15). And access each variable for example as Bytes50(3) and Bytes70(12) etc.? Is there an easy way to keep track of what Bytes50(4) and Bytes70(11) are for example? Thanks. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=290725#m290756 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)