Hello,

I do need a bitarray like this: Bitarray Bit[1000,500].

Do someone knows a class that implements that?
I do only need direct access to the bits to set and get a bit.
I do not want to use BOOL because that need factor 8 memory consumption.

thx.

Ralf