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