Re: unexpected eof



Thank you for your post. Yes I'm opening the file in text mode. If I
open the file in binary mode, is the same problem not likely to occur?

In text mode the Ctrl+Z character is treated as an EOF. This shouldn't
occur in binary mode. Give it a try and see.

Dave
.