comp.lang.ada
 help / color / mirror / Atom feed
From: Shark8 <onewingedshark@gmail.com>
Subject: Re: Can I convert a string of letters into an array?
Date: Mon, 5 Mar 2012 18:22:40 -0800 (PST)
Date: 2012-03-05T18:22:40-08:00	[thread overview]
Message-ID: <13229914.4732.1331000560239.JavaMail.geo-discussion-forums@vbkl3> (raw)
In-Reply-To: <9891847.4305.1330998375979.JavaMail.geo-discussion-forums@vbai14>

On Monday, March 5, 2012 7:46:15 PM UTC-6, Will wrote:
> Hey There,
> 
> 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?  
> 
> Thanks a bunch,
> 
> Will

You don't need to, an Ada String already is an array.
   Type String is array ( positive range <> ) of Standard.Character;



  reply	other threads:[~2012-03-06  2:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-06  1:46 Can I convert a string of letters into an array? Will
2012-03-06  2:22 ` Shark8 [this message]
2012-03-06  2:58 ` Jeffrey Carter
2012-03-06  3:10   ` Will
2012-03-06  4:51     ` John B. Matthews
2012-03-06  5:00       ` John B. Matthews
2012-03-06  6:29     ` Jeffrey Carter
2012-03-06  7:51       ` anon
2012-03-08  9:48     ` tonyg
2012-03-08 11:30       ` Simon Wright
2012-03-08 13:06         ` mockturtle
2012-03-08 14:04           ` Simon Wright
2012-03-06  3:13 ` Will
2012-03-06  8:29   ` Ludovic Brenta
     [not found]   ` <zLednfMxUtyBtsvSnZ2dnUVZ_oSdnZ2d@earthlink.com>
2012-03-07 10:39     ` Jacob Sparre Andersen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox