Re: [fpc-pascal]ClrScr problem under Win 2K

2003-02-28 Thread Marco van de Voort
> 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

[fpc-pascal]ClrScr problem under Win 2K

2003-02-28 Thread J . Scullion
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