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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-21 00:32:05 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!newsstand.cit.cornell.edu!news.stealth.net!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!not-for-mail From: Reinert Korsnes Newsgroups: comp.lang.ada Subject: String manupulation Date: Tue, 21 Aug 2001 09:27:07 +0200 Organization: UNINETT news service Message-ID: <9lt2pe$lrm$1@snipp.uninett.no> NNTP-Posting-Host: sthrkou.ffi.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: snipp.uninett.no 998379118 22390 193.156.99.159 (21 Aug 2001 07:31:58 GMT) X-Complaints-To: news-abuse@uninett.no User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:12162 Date: 2001-08-21T09:27:07+02:00 List-Id: Hi, I just wondered if there is a simple/direct way (in Ada) to split a string with words (for example "abc defg 2.56 hijklm") into stings each containing one word ("abc", "defg", "2.56" and "hijklm") ? Something like the functions of Ada.Command_Line ? Yes, I can program this myself, but maybe I should use something "standard" ? reinert -- http://home.chello.no/~rkorsnes