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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d93b7c6dd17cbc81 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Strings and reading from a file Date: 1999/05/12 Message-ID: <3739A1C1.C843A3C1@Maths.UniNe.CH>#1/1 X-Deja-AN: 477049093 Content-Transfer-Encoding: 7bit References: <7han2q$jkp$1@news.iinet.net.au> To: Cameron Hodge Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-05-12T00:00:00+00:00 List-Id: A simple solution (among others): - to read: Get_Line(s,l) - to use: s(1..l) - to write: Put(s(1..l)) or Put_Line(s(1..l)) with l natural. -- Gautier -------- http://members.xoom.com/gdemont/