In SX Microcontrollers, SX/B Compiler and SX-Key Tool, tdg8934 wrote: I downloaded the Parallax code but it did not compile. It had a problem with 2 lines referencing Display(15). Display(15) = NextChr(0) and Display(15) = %00000000 ==================== I fixed the program by changing the dimensioning statement. Display VAR Byte (15) into this.... Display VAR Byte (16) Could this be because I am a beta tester with newer SX/B firmware. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=198932#m199178 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2007 (http://www.dotNetBB.com)