Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

[Solved]Repeat action


  • Please log in to reply
4 replies to this topic
rx7monster
  • Members
  • 3 posts
  • Last active: Feb 02 2011 12:37 AM
  • Joined: 20 Feb 2008
Hi,

I want to repeat
3{enter}
X times,

I found this <!-- m -->http://www.autohotke.../FAQ.htm#repeat<!-- m -->

But I don't know how to do...

Can you help me ?

Oberon
  • Members
  • 442 posts
  • Last active: Jul 03 2008 11:34 PM
  • Joined: 18 Feb 2008
You would need the Loop command.

rx7monster
  • Members
  • 3 posts
  • Last active: Feb 02 2011 12:37 AM
  • Joined: 20 Feb 2008
Can you explain me ?

what do I must write in the script ? to repeat X times
3{enter}
by pressing a key

I don't understand the document Loop command

SoLong&Thx4AllTheFish
  • Members
  • 4999 posts
  • Last active:
  • Joined: 27 May 2007
There is a Loop 3 times example in the help file, in your case something like this:
#3::
Loop, 3
{
Send 3{enter}
}
Return

Activate by pressing the Windows key + 3

rx7monster
  • Members
  • 3 posts
  • Last active: Feb 02 2011 12:37 AM
  • Joined: 20 Feb 2008
thank you, it's perfect :D