> I'm running VP under Windows 2000, and I can't get ClrScr to work. The
> program will compile OK, but when I run it ClrScr has no effect. Can
> anyone please help?
This is no VP maillist but a FPC maillist. VP does have an own maillist
somewhere (see the site)
The code looks ok. (do you execu
I'm running VP under Windows 2000, and I can't get ClrScr to work. The program will
compile OK, but when I run it ClrScr has no effect. Can anyone please help?
Here's an example:
program user_menu;
uses Crt;
var menu_choice:integer;
procedure initialise;
begin
menu_choice:=0;
end;
procedure