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?