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-7-bit X-Google-Thread: 103376,248692b9d8756a39 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-18 18:36:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!wn2feed!wn1feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!sccrnsc01.POSTED!not-for-mail From: Wannabe h4x0r Subject: Re: String slicing. Newsgroups: comp.lang.ada References: User-Agent: Pan/0.11.1 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: "sk" Message-ID: <2vxl8.69707$q2.8145@sccrnsc01> NNTP-Posting-Host: 12.245.48.122 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc01 1016505406 12.245.48.122 (Tue, 19 Mar 2002 02:36:46 GMT) NNTP-Posting-Date: Tue, 19 Mar 2002 02:36:46 GMT Organization: AT&T Broadband Date: Tue, 19 Mar 2002 02:36:46 GMT Xref: archiver1.google.com comp.lang.ada:21437 Date: 2002-03-19T02:36:46+00:00 List-Id: That makes things a whole lot simpler. Thanks. In fact, I could just make a pragma Pure package that defines all the tags I'm looking for at the outset. What types of projects would require(or at least be better handled) by using Ada.Strings.Fixed rather than using my own custom routines? Basically, I'll be using a Hashed Array Tree to store and sort all the data going into and out of the app.( Dr. Dobbs Journal #326, July 2001, p. 132). Dont know if this would be appropriate for Ada.Strings.Fixed or not. Chris