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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5997b4b7b514f689,start X-Google-Attributes: gid103376,public From: ig25@fg70.rz.uni-karlsruhe.de (Thomas Koenig) Subject: Reading a line of arbitrary length Date: 1997/02/12 Message-ID: <5ds40o$rpo@fg70.rz.uni-karlsruhe.de>#1/1 X-Deja-AN: 218226063 Content-Type: text/plain; charset=iso-8859-1 Organization: =?ISO-8859-1?Q?Universit=E4t_Karlsruhe_(TH),_Germany_?= Mime-Version: 1.0 Reply-To: Thomas.Koenig@ciw.uni-karlsruhe.de Newsgroups: comp.lang.ada Date: 1997-02-12T00:00:00+00:00 List-Id: What's the best way of reading a line of arbitrary length in Ada? Get_Line only works on Strings, not Unbounded_Strings. Would I need to read in chunks of fixed length, then paste them together? -- 74 a3 53 cc 0b 19