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,f0e99d1ec180c8f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed.inode.at!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: add string to an array Date: Tue, 21 Feb 2006 19:41:34 +0100 Organization: Cablecom Newsserver Message-ID: <3004480.pe8C8TCM9a@linux1.krischik.com> References: <1140501954.538277.53840@g47g2000cwa.googlegroups.com> NNTP-Posting-Host: 84-74-134-212.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.hispeed.ch 1140632131 17186 84.74.134.212 (22 Feb 2006 18:15:31 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Wed, 22 Feb 2006 18:15:31 +0000 (UTC) User-Agent: KNode/0.10.1 Xref: g2news1.google.com comp.lang.ada:3072 Date: 2006-02-21T19:41:34+01:00 List-Id: isaac2004 wrote: > hello > how would i take an inputted string and out every character into a cell > of an array? > thanks Which type of String do you mean: http://en.wikibooks.org/wiki/Ada_Programming/Strings Of corse: fixed strings are the easiest: they are allready arrays - for all the others it's: To_String. Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com