Jump to content

Recommended Posts

Posted

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

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...