RemAttr
#define RemAttr(c,a) AttrOf(c) &= ~((a) & A_ATTRIBUTES)
#define RemAttr(c,a) c &= ~((a) & A_ATTRIBUTES)