I have a loop that executes a prg and then waits for the user to input
something. If the user does not input anything within the timeout, the
waiting is aborted and the loop restarts.
The problem is that, I want the timeout to be much faster, but 'abort only
works in seconds. Is there a way to abort a program after M milliseconds?

Reply via email to