Cassandra Flowers
2003-07-06 09:40:13 UTC
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
**************************
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