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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a3fe2aac201210c0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: Ada2005 (was Re: reading a text file into a string Date: Mon, 19 Jul 2004 18:22:10 +0100 Message-ID: References: <40f6bf21@dnews.tpgi.com.au> <40fbcce0$3_1@baen1673807.greenlnk.net> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de JnuDcg6G/mo5eN0bOuGCjwytVI4+N4YhQNiJiLh6JILyLdYYo= User-Agent: Opera M2/7.51 (Win32, build 3798) Xref: g2news1.google.com comp.lang.ada:2238 Date: 2004-07-19T18:22:10+01:00 List-Id: On Mon, 19 Jul 2004 14:35:30 +0100, Martin Dowie wrote: >> AI95-301 suggests: I/O operations on unbounded strings are >> provided in a new child package of Ada.Text_IO. >> >> But I'm not sure if this one will get in. > > Its current state is "Amendment 200Y", so I'd imagine its > chances are "quite good"! :-) Hooray! I hope it does. I notice this amendment does also include a string function to get a line of text. Although I usually dislike functions with side effects (in a procedural language), I think this one makes sense. -- Nick Roberts