Hi Art,
I think this is what you're looking for:


ArrayElement.0[5] = 0 ' 6th bit in the firts byte
ArrayElement.0[12] = 1 ' 5th bit in the second byte

'And indexing...
For i = 0 to 24...