Hi! > Ok, how do i mask out 0x800? I don't subtract 0x800, so how can I > do this? AND it with ~0x800, i.e. do value&=~0x800; Zeljko