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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3cec8da012ce6ec,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-04 11:14:18 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: askliepios@yahoo.com (snowball) Newsgroups: comp.lang.ada Subject: StringTokenizer Date: 4 Feb 2003 11:14:18 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 62.160.54.162 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1044386058 9985 127.0.0.1 (4 Feb 2003 19:14:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 4 Feb 2003 19:14:18 GMT Xref: archiver1.google.com comp.lang.ada:33788 Date: 2003-02-04T19:14:18+00:00 List-Id: Hello, I've a got a little pb with ada. I'd like to find the better solution to resolve a simple pb. 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