Binary Read

  • Thread starter Thread starter Dolphine82340
  • Start date Start date
D

Dolphine82340

Guest
Hi,

I need to binary read a file from a file 'file.dat'.

I did a binary write and that works fine. This is how I did it:

binaryWrite(data);

binaryWrite("\r\n");


I need the \r\n to ensure my new data is on the second line. However, when I binary read the data, I don't want the \r\n.

How do I do it?

(Windows Form)

Continue reading...
 
Back
Top