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-Thread: 103376,b2340cc999c69365 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.191.41 with SMTP id gv9mr12063863pbc.5.1324694158909; Fri, 23 Dec 2011 18:35:58 -0800 (PST) Path: lh20ni57495pbb.0!nntp.google.com!news1.google.com!postnews.google.com!p41g2000yqm.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Find_Token needs another argument Date: Fri, 23 Dec 2011 18:35:58 -0800 (PST) Organization: http://groups.google.com Message-ID: <8551a9bd-3074-4f36-aa9c-ee0153078e4b@p41g2000yqm.googlegroups.com> References: <04b92e94-6c06-47c0-8292-789196c4d9eb@i6g2000vbe.googlegroups.com> NNTP-Posting-Host: 207.200.112.65 Mime-Version: 1.0 X-Trace: posting.google.com 1324694158 25354 127.0.0.1 (24 Dec 2011 02:35:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 24 Dec 2011 02:35:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p41g2000yqm.googlegroups.com; posting-host=207.200.112.65; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-Via: HTTP/1.1 (Velocity/3.1.2.1 [uScMs f p eN:t cCMp s ]), HTTP/1.1 spider-ntc-tc01.proxy.aol.com[CFC87041] (Prism/1.2.1) X-Google-Web-Client: true X-Google-Header-Order: ARLUECVHN X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.5; AOLBuild 4337.5401; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPDTDF; BRI/1; .NET4.0C; BRI/2; AskTbARS/5.12.2.16749),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-12-23T18:35:58-08:00 List-Id: On Dec 23, 12:55=A0pm, "brian.b.mcguinn...@lmco.com" wrote: > Find_Token should take a "From" argument specifying the index where > the search is to start so you don't have to keep slicing the string to > find multiple tokens. It's been done in Ada 2012 already. -- Adam