A reminder to myself...
Set a bit:
Var |= Bit;
Clear a bit:
Var &= ~Bit;
Send a link to this post to yourself or a friend.