In SX Microcontrollers, SX/B Compiler and SX-Key Tool, bean wrote: John, Yes, the aliases wordvar_LSB and wordvar_MSB are automatically created for any word variable. Let's say you have a bytevar and you want to make a wordvar = bytevar * 256. You could do wordvar = 0, bytevar This would be the same as: wordvar_LSB = 0 wordvar_MSB = bytevar Bean. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=138382#m138386 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)