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,2f2ae3c6286f407b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-11-03 06:00:17 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!logbridge.uoregon.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!blackbush.xlink.net!rz.uni-karlsruhe.de!news.uni-stuttgart.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Tokenizing a string in Ada Date: 03 Nov 2000 14:55:45 +0100 Organization: Comp.Center (RUS), U of Stuttgart, FRG Sender: rusfw@mercury.rus.uni-stuttgart.de Message-ID: References: <20001103063537.25697.00000237@ng-mf1.news.cs.com> NNTP-Posting-Host: mercury.rus.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: supernews.google.com comp.lang.ada:1744 Date: 2000-11-03T14:55:45+01:00 List-Id: rbbaldwin8@cs.com (Rbbaldwin8) writes: > How can I do this in Ada. I can't find a string function like C's strtok or > TCL's split, or am I misssing something. Either do it manually (by iterating over the string), or use some of the facilities in the Ada.Strings.Fixed package.