home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6562 < prev    next >
Encoding:
Text File  |  1992-11-14  |  637 b   |  20 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!dcatlas!joet
  3. From: joet@dcatlas.dot.gov (Joe Trott)
  4. Subject: Re: Help with this programming
  5. Message-ID: <1992Nov13.174232.1428@dcatlas.dot.gov>
  6. Organization: U.S Dept. of Transportation
  7. References: <34042@adm.brl.mil>
  8. Date: Fri, 13 Nov 1992 17:42:32 GMT
  9. Lines: 9
  10.  
  11.  
  12. If anything, it looks like you are missing an "Open" for your names text
  13. file.  The first reference I see in your code to Names is the top of your
  14. loop checking for EOF.  Does it simply croak, or do you get an immediate
  15. EOF with no names read?  I.e. what does the eof test return for a file that
  16. has not been opened?
  17.  
  18. -JTT
  19.  
  20.