Does the FileEOF macro work? I see that after I've read the last byte in the file, FileEOF still returns 0:
if ( !FileEOF( stream ) ) Of course, if I attempt a read, I then get an error. Must I actually try to read past end-of-file to see that macro work? Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
