timer with progress bar?
Posted: Sat Aug 04, 2018 5:41 pm
I was hoping you could help me with timers?
I have a process thats already programmed and works perfect but I need to put in a timer that populates every 20 seconds. I know how to do using the wait statement but I need a stop button to interrupt this event.
Basically all the statements I have automated using repeat with but need to press a button to stop the process.
Repeat with x = 1 to 100
Do someting
wait 20 seconds
--- need interrupt here before next loop!!!!!!!!!!!!!
end Repeat
Thanks so much in advance for your help.
Mike
I have a process thats already programmed and works perfect but I need to put in a timer that populates every 20 seconds. I know how to do using the wait statement but I need a stop button to interrupt this event.
Basically all the statements I have automated using repeat with but need to press a button to stop the process.
Repeat with x = 1 to 100
Do someting
wait 20 seconds
--- need interrupt here before next loop!!!!!!!!!!!!!
end Repeat
Thanks so much in advance for your help.
Mike