It works! Thank you! Thomas piclist@XARGS.COM wrote: On Thu, 30 Oct 2003, Thomas N wrote: > struct { > unsigned Press:4; // I want to initialize this to zero > unsigned Release:4; // I want to initialize this to zero > } Debounce; struct { unsigned Press:4; unsigned Release:4; } Debounce = { 0, 0 }; -- John W. Temples, III -- http://www.piclist.com hint: The list server can filter out subtopics (like ads or off topics) for you. See http://www.piclist.com/#topics --------------------------------- Do you Yahoo!? Exclusive Video Premiere - Britney Spears -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.