Posted: February 03 2003 at 10:49 | IP Logged
|
|
|
Keith,
The wait command is actually different. When PowerHome is looping due to a "Jump" command, all other events are suspended and will wait until the current macro containing the jump command completes.
A "Wait" command will halt execution of the macro, store all of its variables, start a timer for the specified number of seconds, and then exit. Processing of events will continue and the program will not be "hung". When the timer expires, the macro will be reloaded into the execution queue and processing will continue at the line following the "Wait" with the macro variables restored.
I would rather not have a dialog box appear because then PowerHome would be truly "hung" while waiting for the user to respond.
Would you be happy with an option that changes any jumps of 0 to a 1 or perhaps limits the number loops?
Dave.
|