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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.238.130 with SMTP id x124mr23804163ywe.53.1453137946080; Mon, 18 Jan 2016 09:25:46 -0800 (PST) X-Received: by 10.182.49.197 with SMTP id w5mr295469obn.16.1453137946047; Mon, 18 Jan 2016 09:25:46 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!94no5991593qgt.1!news-out.google.com!l1ni17571igd.0!nntp.google.com!h5no6346245igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 18 Jan 2016 09:25:45 -0800 (PST) In-Reply-To: <77e47c8b-7dcc-4e86-8f89-1f348cdf08dd@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=85.10.210.199; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 85.10.210.199 References: <77e47c8b-7dcc-4e86-8f89-1f348cdf08dd@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Re-write a file in Ada From: comicfanzine@gmail.com Injection-Date: Mon, 18 Jan 2016 17:25:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29149 Date: 2016-01-18T09:25:45-08:00 List-Id: >Store your strings in one of the containers from >the Ada.Containers library. >-- Brian Thanks anyway but , that isn't what i asked . All that is must be done for now is : Creating a array , which it size must be known according to the number of lines in the file . There is a real issue , if this can't be done without your package . Plus , here : https://en.wikibooks.org/wiki/Ada_Programming/Libraries/Ada.Containers It Say : " This language feature is only available in Ada 2005 " . Wich is not good for portability ( different environnement ( e.g compilor) ) . In conclusion , i better use another way . Feel free to propose anything else , if you have a idea .