In SX Microcontrollers, SX/B Compiler and SX-Key Tool, bean wrote: Paul, It seem the WATCH command in SASM doesn't like the "+" sign. You can make it work by creating an alias to the individual elements, and watch them. [code] adc VAR BYTE (8) adc0 VAR adc(0) adc1 VAR adc(1) adc2 VAR adc(2) WATCH adc0 WATCH adc1 WATCH adc2 Or if you want to see the array as a string you can use "WATCH ADC,8,FSTR" in this case the "8" is the number of elements in the array. I will look into correcting this for the next release... Bean. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=140599#m140607 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)