12-03-2006, 10:04 AM
Hello
I have a macro that executes infinite loop
;g1
...
goto g1
i would like to detect when a key is pressed, at any moment in the loop
so i can't use the command "wait 0 K ..." because macro would stop at this line waiting for the key to be pressed..
so i need to detect a key press that can happen at any line in the macro! maybe it is not possible ...
thank you for your answer
I have a macro that executes infinite loop
;g1
...
goto g1
i would like to detect when a key is pressed, at any moment in the loop
so i can't use the command "wait 0 K ..." because macro would stop at this line waiting for the key to be pressed..
so i need to detect a key press that can happen at any line in the macro! maybe it is not possible ...
thank you for your answer