Does not work( AAARGHHHH!!!)
I've already tried that, and I get this error:
Runtime error '62':
Input past end of file
Is there a way to avoid this?
Re: Does not work( AAARGHHHH!!!)
Quote:
Originally posted by spetnik
I've already tried that, and I get this error:
Runtime error '62':
Input past end of file
Is there a way to avoid this?
Does the file have double byte characters in it? (chinese, Japanese, Korean etc)
Input reads characters and LOF reads bytes so it will read past the end! use the byte array!