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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f0d4996d72f29e1e,start X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: clearing a screen in ada? (new to ada) Date: 2000/03/04 Message-ID: <2000Mar4.144232.1@eisner>#1/1 X-Deja-AN: 593172703 References: <38c1621e$0$19330@motown.iinet.net.au> X-Trace: news.decus.org 952198954 17274 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 2000-03-04T00:00:00+00:00 List-Id: In article <38c1621e$0$19330@motown.iinet.net.au>, "Nigel" writes: > I have just started learning ada, and I was wondering > what package and command I use for clearing the screen, sort of like a CLS > command? This sort of thing tends to be operating system specific. If you are on VMS using either DEC Ada or GNAT you can call procedure ERASE_DISPLAY in the SMG package (after suitable setup).