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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,deffa8e94c074959 X-Google-Attributes: gid103376,public From: Alfred Hilscher Subject: Re: Trouble with TEXT_IUO on WinNT Date: 2000/07/14 Message-ID: <396F1C34.B389DA4@icn.siemens.de>#1/1 X-Deja-AN: 646322793 Content-Transfer-Encoding: 7bit References: <395C97C9.43607F8E@icn.siemens.de> <7r4s5uhyx2.fsf@butter.albany.duck.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Siemens AG Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-07-14T00:00:00+00:00 List-Id: Ups, I did End_Of_Line - this should be End_Of_File. Thanks for this hint. I think I have to clean my glasses. Matthew J Heaney wrote: > > Don't use End_Of_Line. To determine whether you've read all of the > current line, do this: No, thats not what I want. I want skip empty and blank lines (the End_Of_Line should be an End_Of_File to avoid an END_ERROR exception, I mistyped it :-(). > If you don't understand why you shouldn't use End_of_Line, then surf the > AdaPower website for the article I wrote re the "Get_Line mystery." Thats not the problem. The problem was, that I did an End_Of_Line where it should be an End_Of_File.