i wish to open a file in binary mode (so i can read each character at a time, including EOF, CR, LF etc) using a Do Until EOF loop.
i think i am supposed to use GET but i am not sure how to read a single character, i can read the whole file at once, but this is not what i want to do. thanks in advance