How to write to external file using one boolean bit a time.
I am trying to create and write to an external file by only using one boolean bit at a time from a loop. I can't seem to get the boolean bits into the byte array and I am getting error for the array being out of limit.