I have a file the contains a binary field in it. I am not interested in the binary field. However, I am using Lineinput as my reading method. It interprets the binary data as a carriage return/linefeed and this blows up my pgm.
Is there another type of read that I can use? For ex: ReadText or StreamReader? If yes, can you provide an example in Visual Basic?
Thanks,
Is there another type of read that I can use? For ex: ReadText or StreamReader? If yes, can you provide an example in Visual Basic?
Thanks,
Comment