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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,612990d6f00ea42 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.134.225 with SMTP id pn1mr3220074pbb.7.1331003808443; Mon, 05 Mar 2012 19:16:48 -0800 (PST) Path: h9ni44346pbe.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Will Newsgroups: comp.lang.ada Subject: Re: Can I convert a string of letters into an array? Date: Mon, 5 Mar 2012 19:10:06 -0800 (PST) Organization: http://groups.google.com Message-ID: <3994111.4442.1331003406394.JavaMail.geo-discussion-forums@vblb5> References: <9891847.4305.1330998375979.JavaMail.geo-discussion-forums@vbai14> NNTP-Posting-Host: 134.240.94.56 Mime-Version: 1.0 X-Trace: posting.google.com 1331003808 7702 127.0.0.1 (6 Mar 2012 03:16:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 6 Mar 2012 03:16:48 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=134.240.94.56; posting-account=CZZpzgoAAAAoaHoNNp9zhY9EzQgEmxhU User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-03-05T19:10:06-08:00 List-Id: On Monday, March 5, 2012 9:58:46 PM UTC-5, Jeffrey Carter wrote: > On 03/05/2012 06:46 PM, Will wrote: > > > > How do I convert a string of letters into an array? I am not sure how to sort > > the letters in the form of a string but I know how to do it using an array. > > Then how do I convert that array back to a string after I am done sorting > > it? > > You could instantiate Ada.Containers.Generic_Array_Sort for the array type String. > > -- > Jeff Carter > "Sir Lancelot saves Sir Gallahad from almost certain temptation." > Monty Python & the Holy Grail > 69 Jeff, I am a beginner at Ada, so I have no idea what you mean by that ha ha?