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,4855393ef03096f9 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Clearing the screen Date: 1999/05/13 Message-ID: #1/1 X-Deja-AN: 477362533 Content-Transfer-Encoding: 7bit References: <373A9F53.3148@bton.ac.uk> X-Priority: 3 Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-MSMail-Priority: Normal MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-05-13T00:00:00+00:00 List-Id: Richard Grantham wrote in message news:373A9F53.3148@bton.ac.uk... > How is this done in Ada. > > Could you email me how please. > Clearing the screen is an operating system and/or command shell -dependent operation. Without knowing the environment in which your program runs, it's impossible to answer the question. How do you clear the screen from the command line?