From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,88e2699149e680f4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-06 03:50:11 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: vashwath@rediffmail.com (prashna) Newsgroups: comp.lang.ada Subject: Re: File IO problem - silly mistake :o( Date: 6 Dec 2002 03:50:11 -0800 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 203.90.88.230 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1039175411 23045 127.0.0.1 (6 Dec 2002 11:50:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 6 Dec 2002 11:50:11 GMT Xref: archiver1.google.com comp.lang.ada:31483 Date: 2002-12-06T11:50:11+00:00 List-Id: "Martin Dowie" wrote in message news:... > "prashna" wrote in message > news:d40d7104.0212052227.3aaa570a@posting.google.com... > > while END_OF_FILE(FILE_I) loop > > You'll probably want a second look at this line. Thank's Martin, I corrected it to "not END_OF_FILE(FILE_I)" now it is working fine.