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,fa56c83118d748b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-18 12:05:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.uchicago.edu!newsswitch.lcs.mit.edu!beamish.news.atl.earthlink.net!guinness.news.atl.earthlink.net!news.atl.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: GNAT Ada - Clear Screen Date: Fri, 18 Apr 2003 12:06:03 -0700 Organization: AdaWorks Software Engineering Message-ID: <3EA04C9B.8B628694@adaworks.com> References: Reply-To: richard@adaworks.com NNTP-Posting-Host: 3f.bb.88.99 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 18 Apr 2003 19:05:25 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:36296 Date: 2003-04-18T19:05:25+00:00 List-Id: Fingertip wrote: > I am using a GNAT Ada compiler, and I want to be able to clear the console > window. Dowload a copy of NT_Console or Console_IO, both of which will be more fund to use than Ada.Text_IO on a Windows platform. These are written by Jerry Van Dijk. I think both are available from either of the Ada web sites. Richard Riehle