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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2c4ffb461d487342,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wns14feed!worldnet.att.net!attbi_s52.POSTED!53ab2750!not-for-mail From: "Steve" Newsgroups: comp.lang.ada Subject: Parameter return when exceptions occur X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-ID: NNTP-Posting-Host: 24.21.42.251 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s52 1099018918 24.21.42.251 (Fri, 29 Oct 2004 03:01:58 GMT) NNTP-Posting-Date: Fri, 29 Oct 2004 03:01:58 GMT Organization: Comcast Online Date: Fri, 29 Oct 2004 03:02:02 GMT Xref: g2news1.google.com comp.lang.ada:5814 Date: 2004-10-29T03:02:02+00:00 List-Id: The "variable lenght strings thread" has touched on the case of using Ada.Text_Io.Get_Line with a string on the last line of a file that does not contain a file terminator. In this case an End_Error exception is raised. Question: when the End_Error exception occurs, is anything known about the value of the parameters to Get_Line? Does the procedure still return meaningful values? I suspect it is compiler dependent, since I didn't manage to find any explanation in the LRM. Steve (The Duck)