On Tue, Nov 24, 2009 at 11:26 PM, Justin Richards wrote: > I am sure I should be able to do something like > > =A0 =A0 if (days.day[tm_wday]) > =A0 =A0 { > =A0 =A0 =A0 =A0 =A0 do something > =A0 =A0 } > > Is this possible? > I don't know how c18 packs those bits, but I'd do this: if (days.val & ( 1<