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 autolearn=ham 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,UTF8 Received: by 10.68.129.169 with SMTP id nx9mr5381601pbb.2.1331215455906; Thu, 08 Mar 2012 06:04:15 -0800 (PST) Path: h9ni2606pbe.0!nntp.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Can I convert a string of letters into an array? Date: Thu, 08 Mar 2012 14:04:14 +0000 Organization: A noiseless patient Spider Message-ID: References: <9891847.4305.1330998375979.JavaMail.geo-discussion-forums@vbai14> <3994111.4442.1331003406394.JavaMail.geo-discussion-forums@vblb5> <10862968.759.1331212001292.JavaMail.geo-discussion-forums@ynkz21> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="dFCm8HWntFqmDIilBLqEJQ"; logging-data="21733"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ezhgOW0fHJfk8wVFVELOUq88nvdVcZjA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (darwin) Cancel-Lock: sha1:Vu6SEaGprXI7HX/eQZXy2+J0m4A= sha1:BQV2zVfqC7rGogfCDLVxWOyvAN0= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Date: 2012-03-08T14:04:14+00:00 List-Id: mockturtle writes: > On Thursday, March 8, 2012 12:30:06 PM UTC+1, Simon Wright wrote: >> tonyg writes: >> >> > On Mar 6, 3:10 am, Will wrote: >> >> >> Jeff, I am a beginner at Ada, so I have no idea what you mean by >> >> that ha ha? >> > >> > I've been using Ada since 1987 (not all the time) and I'm still >> > finding useful stuff I didn't know about it. I'm also still ask >> > stuff in here pretty regularly :) >> >> Me too. Google is your friend; enter >> Ada.Containers.Generic_Array_Sort & look at the second hit. > > Why bothering with Google? Just check paragraph A.18.16 of our beloved > RM ;-). True, but that Google route takes you to a working example.