shadowsin Posted July 3, 2009 Posted July 3, 2009 I have a simple problem that I just can't seem to figure out. I want to send a number and make it loop so that whenever it sends the number it increases by 1 so for example I open notepad and insert the number 1 then I open notepad again and insert number 2 and so forth. Any ideas would be great thanks a lot
Mat Posted July 3, 2009 Posted July 3, 2009 Have you read up about for loops?? For $i = 1 to 10 MsgBox (0, "", $i) Next MDiesel AutoIt Project Listing
shadowsin Posted July 3, 2009 Author Posted July 3, 2009 Have you read up about for loops?? For $i = 1 to 10 MsgBox (0, "", $i) Next MDiesel I haven't used autoit since 2006 getting back into it though thanks a lot
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