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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7cb9a3b53a2ac8f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-05 15:04:18 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!141.58.235.90!not-for-mail From: "Daniel Krupke" Newsgroups: comp.lang.ada Subject: Re: Clear screen Date: Thu, 6 Dec 2001 00:05:34 +0100 Message-ID: <9um95f$9cp80$1@ID-119234.news.dfncis.de> References: <8BXF7.184242$5A3.69438929@news1.rdc2.pa.home.com> <3BE966CE.8D3628C1@san.rr.com> <3BF13D82.C1F9081D@brighton.ac.uk> <9trsj1$4jgf9$1@ID-25716.news.dfncis.de> NNTP-Posting-Host: 141.58.235.90 X-Trace: fu-berlin.de 1007593455 9856256 141.58.235.90 (16 [119234]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:17484 Date: 2001-12-06T00:05:34+01:00 List-Id: but this routine is not Clear Screen: the cursor is at bottom of the page, but Clear Screen means that the cursor has to be at the first line! is there any better way? so long, Daniel K. "Nick Roberts" schrieb im Newsbeitrag news:9trsj1$4jgf9$1@ID-25716.news.dfncis.de... > "John English" wrote in message > news:3BF13D82.C1F9081D@brighton.ac.uk... > > Try New_Line(500) as a swifter way to do the same. > > Presumably > > New_Line(24); > > would be swifter still? (Okay you might need 50). > > -- > Best wishes, > Nick Roberts > > >