r 15, 2003 6:29 AM
Subject: [fpc-pascal]Better Alternative to delay()
> Hi all,
>
> I am using the delay function to pause for an amount of time which works
> but will not allow the user to stop the program from the console, using
> ctrl-C. If I could trap the keystroke, I would be happy
Hi all,
I am using the delay function to pause for an amount of time which works
but will not allow the user to stop the program from the console, using
ctrl-C. If I could trap the keystroke, I would be happy.
Excuse the indentation...
while not eof(sin) do
begin
repeat
re