12-20-2022, 01:59 AM
(12-19-2022, 10:42 PM)SMcNeill Wrote: And honestly, I'm much more of an Old Skool Fool who just sticks to AND NOT, or OR with my code. It's just what I got used to years before anyone ever thought of a _SETBIT function, and it's just part of my natural coding style and habits; engrained into the very fiber of who I *is* as a programmer.
You'll see stuff in my code like: foo = foo OR 1, ucase = lcase AND NOT 32, and so on, but it's really really rare that you'll ever find any of the _READ, _SET, or _TOGGLE bit commands in stuff I wrote.
Steve the purist