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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3fb128e1ed30d99d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-26 04:08:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!212.74.64.35!colt.net!newspeer.clara.net!news.clara.net!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail Reply-To: "Liddle Feesh" From: "Liddle Feesh" Newsgroups: comp.lang.ada References: Subject: Re: Clearscreen - ANSI don't work in NT/2000 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 Message-ID: Date: Wed, 26 Dec 2001 12:03:04 -0000 NNTP-Posting-Host: 213.105.185.39 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1009368200 213.105.185.39 (Wed, 26 Dec 2001 12:03:20 GMT) NNTP-Posting-Date: Wed, 26 Dec 2001 12:03:20 GMT Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:18297 Date: 2001-12-26T12:03:04+00:00 List-Id: "Gautier Write-only-address" wrote: > Liddle Feesh: > > >New_Line(N) would eventually fill the screen with blank lines and > >therefore reduce efficiency? > > Well... it depends on the nature of your project... > +/- portable, +/- console, +/- DOS, +/- interactive, ... ? > Maybe the ANSI solution is the tradeoff you are looking for. > Just by searching the Web with "procedure gotoxy is ansi ada" > I found a lot of ready-made packages. E.g. this one > http://perso.club-internet.fr/ariffart/ada/ada05.html Thanks for that Gautier, Unfortunately, I'm still having problems getting the ANSI solution to work. I am running Windows 2000, and I know that the ANSI.SYS drivers must be loaded to function properly. I've added two lines to both config.nt and config.sys to load the drivers. Whenver I execute: put( Ascii.ESC & "[2J" ); --or any other derivative of.. All I get is [2J printed on the screen. Any ideas?