The bit type, especially the n bit type, was never fully implemented. Don't expect there to be any rhyme or reason to some of it.
I had always assumed that n was limited to 1 to 7, so that a user could have a variable type between the _BIT and the _BYTE, but who would want such a thing?
However, there's no way to store a single bit in memory and a byte will be taken up anyway. So I've been told.
The bit type, especially the n bit type, was never fully implemented. Don't expect there to be any rhyme or reason to some of it.
I wonder how that's handled internally.
The bit type, especially the n bit type, was never fully implemented.
Steve, if you now tell me that I've been doing something else stupid I shall slink off into a corner somewhere!
DIM variable AS _BIT <— this uses a _BYTE of memory, and is packed and unpacked before use.