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,e0a4f71785e791b4 X-Google-Attributes: gid103376,public From: Gautier Subject: Re: Clearscreen? Date: 2000/04/13 Message-ID: <38F58AE9.A27A6E69@maths.unine.ch>#1/1 X-Deja-AN: 610582319 Content-Transfer-Encoding: 7bit References: <20000412234637.25772.00001239@ng-fk1.aol.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: 13 Apr 2000 10:52:57 +0100, mac13-32.unine.ch Organization: Maths - Uni =?iso-8859-1?Q?Neuch=E2tel?= MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-04-13T00:00:00+00:00 List-Id: SPick60809 wrote: > Simple question I hope :-) > I am working on a basic banking system, with various menus and need to be able > to clear the screen to avoid clutter and confusion. I'm familiar with Clscr; in > Pascal but cannot find the Ada option. You have Clrscr in CRT unit of Turbo Pascal, not in standard Pascal; it is the same for Ada. However such procedures (Clrscr, GotoXY, PutXY, etc.) do abund for each compiler-OS pair, provided the terminal supports moving around in the screen... Which compiler and system are you using ? ______________________________________________________ Gautier -- http://members.xoom.com/gdemont/gsoft.htm