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-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!k7g2000hsd.googlegroups.com!not-for-mail From: John McCormick Newsgroups: comp.lang.ada Subject: Re: Array of Strings Date: Wed, 24 Sep 2008 08:13:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8fb7c66d-fed4-4b35-863d-afdf0b1952e7@k7g2000hsd.googlegroups.com> References: <0e021c61-535a-4935-95ad-2a241fa7302f@e53g2000hsa.googlegroups.com> <2VaCk.356477$yE1.321489@attbi_s21> <5a8cb0df-b16a-45d0-a03e-146ebea83e4d@d77g2000hsb.googlegroups.com> NNTP-Posting-Host: 134.161.242.208 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1222269193 18516 127.0.0.1 (24 Sep 2008 15:13:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 24 Sep 2008 15:13:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k7g2000hsd.googlegroups.com; posting-host=134.161.242.208; posting-account=jVm7MAoAAABZ69ylB7L9PjZAVQg4j4fC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7810 Date: 2008-09-24T08:13:12-07:00 List-Id: In a bit of a self serving suggestion, have a look at Chapter 4 of my Freshman level textbook "Ada Plus Data Structures: An Object-Oriented Approach", Dale and McCormick, Jones and Bartlett, 2007. This chapter is devoted to the use and implementation of strings: Fixed-Length, Bounded-Length, and Unbounded-Length. You can check it out for free on Google Books. John On Sep 24, 7:00=A0am, jedivaughn wrote: > can anyone show me an example of using this to put string data into > the array and pulling it back out. > > Thanks, > John