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.5 required=5.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b30e93507fcd6ed9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-01 04:04:06 PST From: dis00109 Newsgroups: comp.lang.ada Subject: Ada'83 to Ada'95 Problem Date: Thu, 01 Mar 2001 11:43:48 +0000 Organization: University of Portsmouth Message-ID: <3A9E35F3.EE64F602@port.ac.uk> NNTP-Posting-Host: staff32.libr.port.ac.uk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.06 [en] (Win95; I) Path: supernews.google.com!sn-xit-03!supernews.com!news-feed.riddles.org.uk!fr.clara.net!heighliner.fr.clara.net!news.tele.dk!195.224.53.60!nntp.news.xara.net!xara.net!gxn.net!server6.netnews.ja.net!server4.netnews.ja.net!server2.netnews.ja.net!news-spool.soton.ac.uk!news.ecs.soton.ac.uk!news.port.ac.uk!news Xref: supernews.google.com comp.lang.ada:5347 Date: 2001-03-01T11:43:48+00:00 List-Id: I am trying to get a program to accept two integers as input by the user (for a university project) however in the exception handling section of my program it will not accept a float input as an error it merely ignores everything after the decimal point. This would appear to be a new feature in Ada'95, can anyone think of a way to solve this...PLEASE!