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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4a3d58309fdb60b2 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: loop and constraint error(Thanks that fix .....) Date: 1998/10/13 Message-ID: #1/1 X-Deja-AN: 400459253 Sender: matt@mheaney.ni.net References: <3620E968.526B@attcanada.net> <36229967.7D78@attcanada.net> NNTP-Posting-Date: Mon, 12 Oct 1998 18:37:19 PDT Newsgroups: comp.lang.ada Date: 1998-10-13T00:00:00+00:00 List-Id: Kas_le_chat writes: > Thanks a lot. That fix the constraint_error and the loop problem. > I still have the data_error problem.When i provoque it, the program go > crazy and loop for ever. Any sugestion is welcome and thanks again. Do a Skip_Line in the exception handler. This will move past the current line (which has the bad data).