On Fri, 1 Feb 2002, Laurie Davis wrote: > Try iAttrib &= ! dmHdrAttrBackup;
Still not quite right... iAttrib &= ~dmHdrAttrBackup; You need a bitwise NOT operation (~), not a logical one (!). ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator We are born naked, wet and hungry... then things get worse. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
