In SX Microcontrollers, SX/B Compiler and SX-Key Tool, JonnyMac wrote: Sure. Define your word array like this: [code]gWord VAR Word ' part of globals wTest VAR Byte (2) ' in banked array wTest_LSB VAR wTest(0) wTest_MSB VAR wTest(1)[/code] ... and then with it you can do this: [code]Start: gWord = 1234 wTest = gWord \ WATCH wTest, 16, udec \ BREAK ' use Debug --> Run Main: GOTO Main[/code] ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=272861#m272869 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)