Hello,
A simple problem perhaps someone can shed some light on.
I am reading a file using readbyte.
Trouble is, whenever the file contains hex "00" instead of reading "00" it reads "20". "20" is read as "20".
How can I get readbyte to behave and read what is in the file?
I am simply using: read1 = ReadByte( filein )
Many thanks
A simple problem perhaps someone can shed some light on.
I am reading a file using readbyte.
Trouble is, whenever the file contains hex "00" instead of reading "00" it reads "20". "20" is read as "20".
How can I get readbyte to behave and read what is in the file?
I am simply using: read1 = ReadByte( filein )
Many thanks