>>>>> "Anthony" == Anthony R J Ball <ant@stripped> writes:
Anthony> Looking through the docs all I find for bit functions are & | <<
> >>,
Anthony> now I may be wrong, but shouldn't there be a way to flip the bits? like the
Anthony> ~ operator?
Anthony> so to set flags (an unsigned int) you would do set flags = flags | 0x02
Anthony> and to unset flags you'd do set flags = flags & ~0x02
Anthony> ?
Anthony> Or am I simply forgetting some of my bit logic?
Anthony> Or is this just not implemented?
Hi!
You are right; We have forgot to add ~. I have now put this on our
TODO.
Regards,
Monty