
ciigma
New User
Dec 17, 2008, 10:37 AM
Post #1 of 5
(364 views)
|
|
Writing binary to binary files...
|
Can't Post
|
|
I have spent awhile googling around for an answer to this but I can't seem to find one: I want to be able to write to an output file 2 bits at a time. I tried creating and opening an output file and then calling "binmode", but everything I write to the file still seems to be in plain old ASCII (1 byte chunks). Any ideas? Thanks :)
|