In SX Microcontrollers, SX/B Compiler and SX-Key Tool, prcoy wrote: I'm trying to WATCH an array element (in SX/B 1.51) defined as follows: [b]ADC var byte(8)[/b] The 'new' format didn't work: [b]Watch ADC(0)[/b] It 'compiled' to: ADC+0,8,UDEC which reported an error on the "Invalid type '8' This didn't work either: [b]WATCH ADC(0),8,UDEC[/b] It has an "invalid type ',' This compiles but I suspect it is only looking at ADC(0): [b]watch ADC,8,UDEC[/b] How would I WATCH ADC(1) thru ADC(7)? Thanks, Paul ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=140599 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)