hlstriker Posted May 14, 2005 Share Posted May 14, 2005 I am trying to make a HotKeySet when pressed stop a "Do... Until". Here is what I have now... HotKeySet("{HOME}","start") $stop = HotKeySet("{END}") Func start() Do Send ( "Testing " ) Sleep ( 1000 ) Until $stop EndFunc When I push "End" (the key I have it set to stop the Do... Until) nothing happens.. it will keep saying "Testing Testing Testing..." Any Ideas? Thanks. The best Honda forums!RuneScape High Alching for Profit! Link to comment Share on other sites More sharing options...
Developers Jos Posted May 14, 2005 Developers Share Posted May 14, 2005 Have you looked at the Helpfile example? It shows how to do what you want..... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
hlstriker Posted May 14, 2005 Author Share Posted May 14, 2005 Wow, how dumb could I be?! I was looking at the wrong thing in the help file all that time! I was looking in the "Do... Until" spot when it was in the "HotKeySet" spot!!! Thanks JdeB for letting me spot this out, I guess this is how you learn... On your own The best Honda forums!RuneScape High Alching for Profit! Link to comment Share on other sites More sharing options...
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