RichBrowne
Programmer
I use a do..while loop to read and display time left in a minute-long process. When time=0, I exit. I need to program a pause button which interrupts the loop. I need something equivalent to the VB DoEvents process to allow loop to be interrupted.