In SX Microcontrollers, SX/B Compiler and SX-Key Tool, transistortoaster wrote: Hello, I'm looking for an effcient way to handle a byte array in SX/B. It is not for a lookup table. The goal is to have easily compilable high level code. Can I replace the below code array1 var byte(16) ptr1 var byte x var byte i var byte ptr1 = array1 ptr1=ptr1+i get ptr1, x with something like array1[i] ? Frank ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=141496 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)