Discussion:
clrscr error (TP 7.0)
(too old to reply)
Cassandra Flowers
2003-07-06 09:40:13 UTC
Permalink
The structure of my program is as follows:

**************************
program myprog;

uses crt;

var
...

begin
clrscr;

...
end.
**************************

My problem is the 'uses crt' part. I do this so that it will allow me to
clear the screen, but when i use 'uses crt;' and 'clrscr;' i get the error:

ERROR 200 : DIVISION BY ZERO

I was wondering if somebody could give me an alternative method to clear my
screen in Turbo Pascal 7.0?

Thanks

Cass
NoSpam
2004-10-28 06:34:06 UTC
Permalink
Cassandra Flowers heeft geschreven in bericht ...
Post by Cassandra Flowers
**************************
program myprog;
uses crt;
var
...
begin
clrscr;
...
end.
**************************
My problem is the 'uses crt' part. I do this so that it will allow me to
ERROR 200 : DIVISION BY ZERO
I was wondering if somebody could give me an alternative method to clear my
screen in Turbo Pascal 7.0?
Thanks
Cass
The main problem is probbely the speed of your processor.
Search trough google with ''tppacth'' or simmulair.
Or read the FAQ of prof Sol........

Continue reading on narkive:
Loading...