Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!ncis!helios.ee.lbl.gov!pasteur!agate!bionet!csd4.milw.wisc.edu!nic.MR.NET!xanth!ukma!gatech!gitpyr!mlw From: mlw@pyr.gatech.EDU (Michael Williams) Newsgroups: comp.lang.pascal Subject: Re: clearing the screen in TP4 Summary: Use the unit crt Message-ID: <7084@pyr.gatech.EDU> Date: 19 Jan 89 05:01:11 GMT References: <468@loligo.cc.fsu.edu> Reply-To: mlw@pyr.UUCP (Michael Williams) Distribution: na Organization: Georgia Institute of Technology Lines: 6 To clear the screen in TP4/5, you must use the turbo pascal unit "crt". At the top of your program, add the line "uses crt;". This unit contains not only clrscr, but a few other useful procedures such as gotoxy(), sound(), clreol(), delay() ... Michael Williams