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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,20c6ebf06f55144e X-Google-Attributes: gid103376,public From: "DuckE" Subject: Re: input/output exceptions Date: 2000/11/18 Message-ID: #1/1 X-Deja-AN: 695151526 References: <3A2B4CF6@MailAndNews.com> <8v64ob$j2e$1@nnrp1.deja.com> <8v6ct8$jvj$07$1@news.t-online.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: abuse@home.net X-Trace: news1.sttls1.wa.home.com 974570208 24.6.221.63 (Sat, 18 Nov 2000 09:56:48 PST) Organization: Excite@Home - The Leader in Broadband http://home.com/faster X-MSMail-Priority: Normal Reply-To: "DuckE" NNTP-Posting-Date: Sat, 18 Nov 2000 09:56:48 PST Newsgroups: comp.lang.ada Date: 2000-11-18T00:00:00+00:00 List-Id: "Amal Kurian" wrote in message news:8v6ct8$jvj$07$1@news.t-online.com... > Robert Dewar wrote: > > > In article <3A2B4CF6@MailAndNews.com>, > > Jean Cohen wrote: > > 2.54 > > > > I see an integer there, namely a 2, followed by junk, that's > > what Ada sees too! > > > > > > Sent via Deja.com http://www.deja.com/ > > Before you buy. > > However while remaining quiet if the second number contains "junk" Ada > screams loud if the same "junk" is contained in the first number. And I > think that's what the original poster was wondering about. > I believe Robert answered the question. If the first number entered is 2.54, an exception will occur when trying to read the second number. SteveD