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...
 

Similar threads

D
Replies
0
Views
60
duoshock
D
S
Replies
0
Views
55
sva0008
S
C
Replies
0
Views
61
Cas Raj
C
J
Replies
0
Views
57
Jalil Sear [MCPD SharePoint]
J
Back
Top