Memoryblock but bitwise

Hello there,

is there any class that allows low level access like the MemoryBlock class, but on bit-level?

cheers,

Denis

Get the byte by using MemoryBlock.UInt8Value(0) and then use some bitwise math on the byte.

I have a class…

Kem, do you mind sharing your class? The application built with it is rather simple and I would make sure to include a backlink to you. Also, it is not being sold for a lot of money, it will rather be donationware.

As soon as I’m back to my machine.

Get it from:

http://www.mactechnologies.com/public_files/BitBlock/BitBlock.zip

You also need my M_String modules from:

http://www.mactechnologies.com/index.php?page=downloads

Awesome…!! Thanks!

Denis