In SX Microcontrollers, SX/B Compiler and SX-Key Tool, bean wrote: SX/B doesn't have a nibble variable type. Neither does the propeller. The nibble is not a standard variable type, I believe it was used on the BS2 to save RAM. You'll have to seperate the values in the code: GetSecs Secs01 = Secs AND $0F Secs10 = Secs >> 4 Bean. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=180424#m180462 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)