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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9e91bd3f3ee80c47 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.google.com!proxad.net!fr.ip.ndsoftware.net!news.newsland.it!aioe.org!not-for-mail From: Wes Groleau Newsgroups: comp.lang.ada Subject: Re: reverse Integer'image(someString); Date: Mon, 25 Apr 2005 23:12:56 -0500 Organization: Ain't no organization here! Message-ID: References: <426cb55e$0$30475$ba620e4c@news.skynet.be> Reply-To: groleau+news@freeshell.org NNTP-Posting-Host: nLh7gG05k4FdnZDel3crKw.domitilla.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org NNTP-Posting-Date: Tue, 26 Apr 2005 04:11:55 +0000 (UTC) User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) Xref: g2news1.google.com comp.lang.ada:10710 Date: 2005-04-25T23:12:56-05:00 List-Id: Pascal Obry wrote: > There was 2 solutions: > > Str : constant String := "..."; > > or > > Str : String (1 .. 3) := "..."; -- 3: Str : constant String := Integer'Image(whatever); Str_Var : String (1 .. Str'Length) := Str; but I am still scratching my head about the "reverse" in the original question. -- Wes Groleau There are some ideas so wrong that only a very intelligent person could believe in them. -- George Orwell