Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!emory!ra!jed1 From: jed1@ra.MsState.Edu (Joseph E. Dunston) Newsgroups: comp.lang.pascal Subject: file not found error Message-ID: Date: 14 Feb 91 03:01:41 GMT Lines: 18 I have a strange problem with tp 6.0 , here is a piece of code: Reset (datafile1); Rewrite(datafile2); While not eof(datafile1) do While not eoln(datafile2) do begin ........ We gat a file not found error if the code is left as stands. If we comment out the not in both of the while statements, no error. What gives ??????? Any suggestions welcome. Joseph jed1@ra.msstate.edu