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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4f316de357ae35e9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-31 08:21:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!carrier.kiev.ua!news.lucky.net!not-for-mail From: Oleg Goodyckov Newsgroups: comp.lang.ada Subject: Re: FAQ and string functions Date: Wed, 31 Jul 2002 18:06:06 +0300 Organization: unknown Distribution: world Message-ID: <20020731180606.J1083@videoproject.kiev.ua> References: <20020730093206.A8550@videoproject.kiev.ua> <4519e058.0207300548.15eeb65c@posting.google.com> <20020731104643.C1083@videoproject.kiev.ua> Reply-To: og@videoproject.kiev.ua NNTP-Posting-Host: news.lucky.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.lucky.net 1028128513 19507 193.193.193.102 (31 Jul 2002 15:15:13 GMT) X-Complaints-To: usenet@news.lucky.net NNTP-Posting-Date: Wed, 31 Jul 2002 15:15:13 +0000 (UTC) Keywords: 265282490 X-Return-Path: oleg@videoproject.kiev.ua Xref: archiver1.google.com comp.lang.ada:27525 Date: 2002-07-31T18:06:06+03:00 List-Id: On Wed, Jul 31, 2002 at 11:39:40AM +0200, Pascal Obry wrote: > > lutz@iks-jena.de (Lutz Donnerhacke) writes: > > > * Oleg Goodyckov wrote: > > >Perl we say @list=split(/ /,String) and that's all. Is this Perl's own > > >especiality? No. It can be realized in Ada. And I say more - without this > > >Ada will never be convinient language. While for splitting string like > > >"x=2*3" people will must be to write program enstead split("=","x=2*3"), > > >people will write in Perl, not Ada. > > To split a string look at the String_Cutter package on my homepage or in the > AWS distribution. > > Pascal. Thanx a lot! I'll try ASAP. Oleg.