Jump to content

Need helps""


evilelf
 Share

Recommended Posts

  • Moderators

Lol i know this is Dumn But how would i make the Scrip Repeat?

Loop?

Loops:

While/WEnd

Do/Until

For/Next

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • Moderators

Sorry.. Not Loop.

How would i get it to repeat.

What part of loop and repeat are you not understanding?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

  • Moderators

lol...

for $i = 1 to 10; repeat 10 times.
send("Enter")
Send("") ;Add what u like this to say. First Msg.
Send("Enter")
Sleep(10000)
send("Enter")
Send("") ;Add what u like this to say. Second Msg. 
next
That taught him alot...!

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

I am glad u showed me this but not cuz u gave it away.

BUt Smoke N Helped but i did not knwo were to add this or what that was.

With Smoke N i would have added more like this.

While/WEnd
Do/Until
For/Next
;
Send("{ENTER}")
Send("") ;Add what u like this to say. First Msg.
Send("{ENTER}")
Sleep(10000)
Send("{ENTER}")
Send("") ;Add what u like this to say. Second Msg. 
Send("{ENTER}")
While/WEnd
Do/Until
For/Next

But thankYou Smoke N.

Edited by evilelf
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...