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,a0833bbed8752e1f 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: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: variable lenght strings Date: Fri, 22 Oct 2004 12:11:38 +0100 Organization: BAE SYSTEMS Message-ID: <4178e979_1@baen1673807.greenlnk.net> References: <1861614.TWv5A9FgVL@linux1.krischik.com> X-Trace: news.uni-berlin.de vraal2iNawCd7AVC1X2KuAI0PwVGMWHhieBp+UsCwKXDSdO0M6 X-Orig-Path: baen1673807.greenlnk.net!baen1673807!not-for-mail X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: baen1673807.greenlnk.net Xref: g2news1.google.com comp.lang.ada:5630 Date: 2004-10-22T12:11:38+01:00 List-Id: Martin Krischik wrote: >> 1) Is it possible to use Get_Line with Unbounded and/or Bounded >> Strings? > > Well the Standart overlooked that one. However it is quite easy to > write your own - either a recursive solution for String or a loop > solution with Unbounded_String. Being added in Ada2005, see Ada.Text_IO.Unbounded_IO in http://www.ada-auth.org/cgi-bin/cvsweb.cgi/AIs/AI-00301.TXT?rev=1.12