In SX Microcontrollers, SX/B Compiler and SX-Key Tool, bean wrote: Tony, As for the second example "TestVar = 1+8+1", SX/B only allows 1 math operator during assignment. If you use CON you can use multiple operators so "TestVar CON 1+8+1" will work. As for the third example, SX/B is a 1 pass compiler (that's why it's so fast). So names must be declared before they are used. Bean. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=97889#m97890 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2005 (http://www.dotNetBB.com)