Thread: Binary Files
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jenny Jenny is offline
external usenet poster
 
Posts: 16
Default Binary Files

Does anyone know how to read a file one byte at a time
until you reach the end of the file? I don't want to read
it line by line and then parse the line, I *need* to read
the file one byte at a time.

Please help!!!

~Jen