In SX Microcontrollers, SX/B Compiler and SX-Key Tool, JonnyMac wrote: You can't do this: [code] Baud = Baud1 [/code] ... but you can do this (I do it all the time): [code] Baud CON Baud1 [/code] The reason is that Baud1 is a string and that is not a valid type in SX/B so the assignment you're attempting is not valid. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=181008#m181016 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)