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, LOTS_OF_MONEY,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,436ac666600e5ab3 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Exception Handling Date: 2000/05/30 Message-ID: <8gv1j6$809$1@nnrp1.deja.com>#1/1 X-Deja-AN: 628809403 References: <3HCY4.29157$sB3.10828@news.indigo.ie> X-Http-Proxy: 1.0 x69.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Tue May 30 00:22:09 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-05-30T00:00:00+00:00 List-Id: In article <3HCY4.29157$sB3.10828@news.indigo.ie>, "NANCY HEHIR" wrote: > Is it possible to use the exception handler to return to the > main body at a > point before the point where the exception is raised? No. And this is a very deliberate part of the design > For example: If I prompt for a keyboard input of ,say an eight character > string, and a seven char string is actually inputted, a Constraint_Error is > raised. Can I use a handling device to return the execution to the prompt > for input ? You can easily program this effect with a loop. Sent via Deja.com http://www.deja.com/ Before you buy.