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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3e4c0a2cc5056b4b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-05 23:21:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.algonet.se!newsfeed1.telenordia.se!algonet!uab.ericsson.se!erinews.ericsson.se!newstoo.ericsson.se!not-for-mail From: "Atle R�stad" Newsgroups: comp.lang.ada Subject: Read +Inf from file/string Date: Wed, 6 Nov 2002 08:21:05 +0100 Organization: ericsson Message-ID: NNTP-Posting-Host: pch48.edh.ericsson.se 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 Xref: archiver1.google.com comp.lang.ada:30426 Date: 2002-11-06T08:21:05+01:00 List-Id: Hi I want to read floating-points from a file. Some of the numbers can be +Inifinite. Is there a way to read inifinite floating points with gnat 3.13p? There is no problem in writing (put) an infinite number this will produce "+Inf****************", but how can i read (get) it? Regards Atle