Jump to content

Pascal Crt Unit

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Novice-prog

Novice-prog

    Newbie

  • Members
  • Pip
  • 1 posts
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.

#2
SAMPower

SAMPower

    Newbie

  • Members
  • Pip
  • 1 posts
Hi
I also don't have this unit.
But i write a simple program that clear the screen
Without any err.
Plz test yr program . it should be work.
Also i search Pascal directory but only found the crt.ini in DOC directory.