Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mcampbe

Pages: [1]
1
QB64 Discussion / ANSI binary read.
« on: September 19, 2021, 11:56:54 pm »
Does anyone know how to do an ansi binary read of a file? From what I can tell I know how to do an ascii binary read of a file by open the file using the Open "example.txt" for Binary as #1 code. As fas as I can tell that is an ascii binary read but I can't seem to do an ansi binary read. Any suggestions?

Pages: [1]