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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d86a147e5da7c384 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-07 17:43:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!ppp-3-23.5800-11.telinco.NET!not-for-mail From: nickroberts@ukf.net (Nick Roberts) Newsgroups: comp.lang.ada Subject: Re: Some general help with Ada Date: Mon, 08 Apr 2002 00:43:56 GMT Message-ID: <3cb0b18c.163952246@news.cis.dfn.de> References: NNTP-Posting-Host: ppp-3-23.5800-11.telinco.net (212.1.154.23) X-Trace: fu-berlin.de 1018226628 31851790 212.1.154.23 (16 [25716]) X-Newsreader: Forte Free Agent 1.21/32.243 Xref: archiver1.google.com comp.lang.ada:22206 Date: 2002-04-08T00:43:56+00:00 List-Id: On 10 Mar 2002 00:57:30 GMT, David Starner strongly typed: >On Sat, 9 Mar 2002 19:46:38 -0000, chris.danx wrote: >> "Jim" wrote in message >> news:ab6237e2.0203091102.103d54e9@posting.google.com... >>> how do you create a blank screen like the CLS command in Qbasic/DOS ? >>> >>> can you do it with text_io ? >> >> ada.text_io.new_line (26); is quick and easy. > >And wrong. There's no guarentee that the terminal is only 26 lines tall. And I think it's wrong for you to say "wrong". There's 'no guarantee' that the user will be the slightest bit worried that only part of the screen was cleared. In fact, I suspect it is almost guaranteed that the user won't be. -- Nick Roberts