Tarabas Posted August 27, 2008 Posted August 27, 2008 Hey guys, I'm a real beginner in Autoit and I'm just scripting a few simple things for a start. May I know how to repeat a line for a set amount of times? Example: Repeat a Send command for 10 times continuously? Also, may I please have an example on how to pause a script wiith HotKeySet? Thanks in advance! All the help needed!
Pain Posted August 27, 2008 Posted August 27, 2008 look at different kinds of loops in the helpfile and the hotkeyset() example for a pause.
Andreik Posted August 27, 2008 Posted August 27, 2008 Hey guys, I'm a real beginner in Autoit and I'm just scripting a few simple things for a start. May I know how to repeat a line for a set amount of times? Example: Repeat a Send command for 10 times continuously? Also, may I please have an example on how to pause a script wiith HotKeySet? Thanks in advance! All the help needed! Use loops. (do, while, for)
Nevin Posted August 27, 2008 Posted August 27, 2008 http://www.autoitscript.com/autoit3/docs/i.../lang_loops.htm
Tarabas Posted August 27, 2008 Author Posted August 27, 2008 Alright! Thanks for the help. I'll come back here if I need more help!
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