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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9adb0110470c093d X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Safely converting String to Float ? Date: 1999/11/03 Message-ID: <7vpj59$ul3$1@nnrp1.deja.com>#1/1 X-Deja-AN: 543953957 References: X-Http-Proxy: 1.0 x39.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Nov 03 15:08:29 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-03T00:00:00+00:00 List-Id: In article , Preben Randhol wrote: > it will dump core If this dumps core, you have an installation problem. This program should raise Data_Error and certainly does when I run it: raised ADA.IO_EXCEPTIONS.DATA_ERROR : a-tiflau.adb:88 Of course since you have no handler for data error, the program is terminated. Go study the use of exception handlers in whatever text or tutorial you are reading, that's what you need here! Sent via Deja.com http://www.deja.com/ Before you buy.