hello all dear programmers
i have a problem with clearing the user screen. It is a missing Crt unit in the unit folder in turbo pascal 7. i don't have this unit to use it for the mentioned purpose. the file name is CRT.TPP or CRT.TPU along utilized with its procedure "clrscr ". I do not know how to get this unit. I'd be glad if you could assist me. Please dispatch the file for me. the demonstration of how the code is used in the program :
program test;
uses crt;
var ......
begin
clrscr; {clears the user screen before printing prompt or input}
(* other statements *)
end.
Pascal Crt Unit
Started by Novice-prog, Aug 11 2008 01:57 AM
1 reply to this topic


Sign In
Create Account

Back to top









