In SX Microcontrollers, SX/B Compiler and SX-Key Tool, JonnyMac wrote: Yes, make your declaration a word so that SX/B knows how to deal with it as a 16-bit value. You can get to the constituent bytes after the declaration. [code]tmpW1 VAR Word[/code] Will actually define two bytes that you have access to: tmpW1_LSB tmpW1_MSB ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=162532#m162542 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)