
writing binary data to a file
You can "Open" the file for "Binary" "Output" and use the "Put" statement.
And yes, there is a better way but not with intrinsic VB, and the FSO object
doesn't suppotr binary I/O either. An OO-like way can be found on my site as
the FileSystemLib library.
+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+
Monte Hansen - MVP VB
http://KillerVB.com
+|+|+|+|+|+|+|+|+|+|+|+|+|+|+|+
Quote:
> What is the syntax to write binary data to a file? I looked in to object
> browser, but it's not in there. Is it the Put statement, or is there a
> better way?
> Daniel