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,212740d5951bd181,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-24 04:18:32 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!141.201.2.63!newshunter!cosy.sbg.ac.at!newsfeed.Austria.EU.net!newsfeed.kpnqwest.at!newscore.univie.ac.at!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!pluto.his.se!10.185.70.37 From: Michael Andersson Newsgroups: comp.lang.ada Subject: String handling??? Date: Sun, 24 Jun 2001 13:24:19 -0400 Organization: Chalmers University of Technology Message-ID: <3B362243.EA4AA94E@ida.his.se> NNTP-Posting-Host: pluto.his.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: nyheter.chalmers.se 993381498 22252 193.10.178.51 (24 Jun 2001 11:18:18 GMT) X-Complaints-To: abuse@chalmers.se NNTP-Posting-Date: 24 Jun 2001 11:18:18 GMT X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.3-20mdk i686) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:9067 Date: 2001-06-24T11:18:18+00:00 List-Id: Hi! I'm currently trying to write a text file parser from my collage project and I'm looking for some functions i Ada that works like the sprint function in C. Is there such a function? The thing is that I want to extract numbers from a string and I don't know how. Need your help, please! /Michael Andersson