Re: [fpc-pascal]Better Alternative to delay()

2003-10-14 Thread Darek Mazur
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

[fpc-pascal]Better Alternative to delay()

2003-10-14 Thread George Patterson
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