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,db1e3158636a30f2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-15 17:25:59 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Fill string with multiple lines from standard_input Date: 15 Aug 2002 17:25:59 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0208151625.4b245ab6@posting.google.com> References: NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1029457559 31082 127.0.0.1 (16 Aug 2002 00:25:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Aug 2002 00:25:59 GMT Xref: archiver1.google.com comp.lang.ada:28083 Date: 2002-08-16T00:25:59+00:00 List-Id: "Vincent Smeets" wrote in message news:... > Thanks, > > This will give me a Stream_Element_Array. Is it possible to read it directly > in a String or do I have to convert every element to a character in a > string? Just leave it as a Stream_Element_Array and work with it in that form, that sounds like the best idea to me. You still have not given the foggiest idea why you are trying to do this (which is what has suggested to some that this is a homework assignment, in which case your assignment is to figure out the answer :-) If it is not a homework assignment you will get much more effective help if you explain your problem, rather than asking about specific possibly inappropriate solutions.