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,f62695820ec3f70c,start X-Google-Attributes: gid103376,public From: Robert Stephen Breen Subject: Format display Date: 2000/05/08 Message-ID: <3916EB0E.19C0968C@cantech.net.au>#1/1 X-Deja-AN: 620477832 Cache-Post-Path: proteus.cantech.net.au!unknown@dialin172.cantech.net.au Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@telstra.net X-Trace: nsw.nnrp.telstra.net 957749023 203.26.6.6 (Mon, 08 May 2000 11:23:43 EST) Organization: CanTech Onlione X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) MIME-Version: 1.0 NNTP-Posting-Date: Mon, 08 May 2000 11:23:43 EST Newsgroups: comp.lang.ada Date: 2000-05-08T00:00:00+00:00 List-Id: Hi everyone, I need help on formatting the display of a program. It's an assignment for Uni and I've got everything to work properly but I've tried for over 2 days to get the exception handler displays to be centred on the screen however when I get this finished the display of seperate questions is all over the place. One other question, I've set a range on an input of integers and used CONSTRAINT_ERROR and then used DATA_ERROR if the user enters characters but the data error handler is the only one that will work.