Troudeloup Posted March 22, 2007 Posted March 22, 2007 How do I script it so that I can exit the script at any point during the run?
Valuater Posted March 22, 2007 Posted March 22, 2007 How do I script it so that I can exit the script at any point during the run?See HotKeySet() in help... at the bottom of the page there is a great demo8)
Impulse08 Posted March 22, 2007 Posted March 22, 2007 You could do something like: HotKeySet ( "{Esc}" , ExitProg ) Func ExitProg() Exit EndFunc -- If the apocalypse comes... beep me.
Troudeloup Posted March 22, 2007 Author Posted March 22, 2007 You could do something like:HotKeySet ( "{Esc}" , ExitProg )Func ExitProg()ExitEndFuncThank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now