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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f3ad228831281c35 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-09 05:42:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!petbe.visi.com!newsfeed.news2me.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: getting words from file Date: Sun, 9 Mar 2003 08:42:47 -0500 Organization: MindSpring Enterprises Message-ID: References: NNTP-Posting-Host: d1.56.b9.5e X-Server-Date: 9 Mar 2003 13:42:51 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:35090 Date: 2003-03-09T13:42:51+00:00 List-Id: It might be helpful to observe that Ada's string handling capabilities are documented in Appendix A.4 of the Ada Reference Manual. Also that if the OP is using Gnat he almost certainly has a copy on-line but if one is needed, going to www.AdaPower.com is where it could be obtained. Its always a good idea to send the newbies to the ARM since they stand a good chance of getting accurate answers there and will likely find lots of other cool stuff they can use in the process. MDC -- ====================================================================== Marin David Condic I work for: http://www.belcan.com/ My project is: http://www.jsf.mil/ Send Replies To: m c o n d i c @ a c m . o r g "Going cold turkey isn't as delicious as it sounds." -- H. Simpson ====================================================================== Dennis Lee Bieber wrote in message news:canqj-ff3.ln1@beastie.ix.netcom.com... > Which will, of course, be found as a branch off of Ada.Strings, said > being a branch off Ada -- the last being the standard "library" > supplied with the compiler. >