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,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,98e6b29260f70dc7,start X-Google-Attributes: gid103376,public From: "Damon Carter" Subject: Help!! program doesnt run, has 0 errors Date: 2000/08/15 Message-ID: <39991c02$0$17111@echo-01.iinet.net.au>#1/1 X-Deja-AN: 658471853 X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Trace: news.iinet.net.au 966335490 17111 203.59.79.201 X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 2000-08-15T00:00:00+00:00 List-Id: I have written a get_valid_integer procedure that gets the input from the user, an integer between 1 and 40, then outputs to the user the number they have entered if it was within the correct range and if not then it raises a range_error and loops so the user can re-enter the number. When compiled the program has no errors but i cant get it to run.. can anyone help.. i have attached the source code thanx begin 666 get_valid_integer.adb