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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c26a0bb87e0a1da4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!g10g2000yqh.googlegroups.com!not-for-mail From: "J.s" Newsgroups: comp.lang.ada Subject: Re: Does ada have a sscanf equivalent? Date: Mon, 22 Feb 2010 07:38:05 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5e46b3e8-f7ea-45a6-a884-6882f6ec8295@c16g2000yqd.googlegroups.com> <87k4u54kmu.fsf@hugsarin.sparre-andersen.dk> NNTP-Posting-Host: 67.211.8.22 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1266853085 10516 127.0.0.1 (22 Feb 2010 15:38:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 22 Feb 2010 15:38:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g10g2000yqh.googlegroups.com; posting-host=67.211.8.22; posting-account=9sSOLAoAAABguukttEnE7BTWuhamXqod User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9289 Date: 2010-02-22T07:38:05-08:00 List-Id: On Feb 22, 5:42=A0am, Jacob Sparre Andersen wrote: > "J.s" writes: > > I am trying to translate some C code that parses a string into numbers > > (both Integers and Floats) from an input file. > > Ada.Text_IO.Integer_IO and Ada.Text_IO.Float_IO contain routines for > this purpose. > > Greetings, > > Jacob > -- > "The current state of knowledge can be summarised thus: > =A0In the beginning, there was nothing, which exploded." Thanks, I can't believe I overlooked those packages