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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,47b871fef9bb1459 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-26 22:25:05 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.sttln1.wa.home.com.POSTED!not-for-mail From: "Mark Lundquist" Newsgroups: comp.lang.ada References: <5ee5b646.0111262005.74c646cc@posting.google.com> Subject: Re: string input X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <4lGM7.83122$XJ4.45243851@news1.sttln1.wa.home.com> Date: Tue, 27 Nov 2001 06:25:04 GMT NNTP-Posting-Host: 24.248.56.237 X-Complaints-To: abuse@home.net X-Trace: news1.sttln1.wa.home.com 1006842304 24.248.56.237 (Mon, 26 Nov 2001 22:25:04 PST) NNTP-Posting-Date: Mon, 26 Nov 2001 22:25:04 PST Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:17022 Date: 2001-11-27T06:25:04+00:00 List-Id: "Robert Dewar" wrote in message news:5ee5b646.0111262005.74c646cc@posting.google.com... > Note that if you are using GNAT, the function > Ada.Strings.Unbounded.Get_Line is very convenient > for reading strings of varying length. I believe it's Ada.Strings.Unbounded.Text_Io.Get_Line -- mark