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,fff7eeabc7a7bc9c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-21 03:52:50 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!195.21.255.252!unlisys!news.snafu.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: String manupulation Date: Tue, 21 Aug 2001 10:52:49 +0000 (UTC) Organization: GMUGHDU Message-ID: <9ltei1$9a4$1@a1-hrz.uni-duisburg.de> References: <9lt2pe$lrm$1@snipp.uninett.no> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 998391169 9540 134.91.4.34 (21 Aug 2001 10:52:49 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Tue, 21 Aug 2001 10:52:49 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:12164 Date: 2001-08-21T10:52:49+00:00 List-Id: Reinert Korsnes wrote: : a string with words (for example "abc defg 2.56 hijklm") : into stings each containing one word ("abc", "defg", "2.56" and "hijklm") ? parhaps Index_Non_Blank from A.4.3 and relatives? Georg