English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

on my question it says that when the program ends it should run again if the user requires, CLEARING THE SCREEN EACH TIME???

i can make it so it runs over and over if the user wants but how do you clear the screen?

2007-11-18 09:48:25 · 3 answers · asked by wag1 2 in Computers & Internet Programming & Design

3 answers

Per the Turbo Pascal book I reference below, 'ClrScr' will "clear the current window, displaying it in the background color [and place] the cursor at the window's top-left corner."

2007-11-18 09:58:52 · answer #1 · answered by Anonymous · 0 0

HINT: study the CRT unit documentation, if you're using Turbo Pascal.

Can give you an explicit answer as I have no idea which compiler you'd be using. It ain't an universal command.

2007-11-18 18:37:42 · answer #2 · answered by Kasey C 7 · 0 0

clrscr;

2007-11-18 17:56:05 · answer #3 · answered by John C 2 · 0 0

fedest.com, questions and answers