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,a3cec8da012ce6ec X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-05 19:30:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: StringTokenizer X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <3Fk0a.3980$vm2.1509@rwcrnsc54> NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1044502207 12.211.13.75 (Thu, 06 Feb 2003 03:30:07 GMT) NNTP-Posting-Date: Thu, 06 Feb 2003 03:30:07 GMT Organization: AT&T Broadband Date: Thu, 06 Feb 2003 03:30:07 GMT Xref: archiver1.google.com comp.lang.ada:33826 Date: 2003-02-06T03:30:07+00:00 List-Id: "snowball" wrote in message news:f298771f.0302041114.2ee691d9@posting.google.com... > Hello, > > I've a got a little pb with ada. I'd like to find the better solution > to resolve a simple pb. Better than what? Steve (The Duck) > I've got a FIX buffer structured like that : (SOH is the ASCII > caracter 1) > tag1=value1tag2=value2tag3=value3tag4=value4 ... > tagn=valuen .. > > I'd like to parse this buffer an build an Hashtable with the tag as > key & value as .. value ;-) > > What could be the best way to do that. > > Thanx, > > Askli