
January 2nd, 2006, 07:50 PM
|
|
Contributing User
|
|
Join Date: Dec 2005
Posts: 52
  
Time spent in forums: 3 h 49 m 37 sec
Reputation Power: 4
|
|
|
Reading binary data from a file and writing it
In Visual Basic 6 I have written a program to read and write to a file. It works fine. Now I have to do the same for binary data since the information I write to the file has end-of-line and return characters. For instance, when I write to the file, the data looks like this:
"3
34"
Because there is a break in the data. In debug mode, the text data has two boxes where the end-of-line and return characters go.
Anyway, does anyone have any example code of binary level reading and writing to and from a file?
|