removed

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Yaosr
Posts: 53
Joined: 04 Nov 2017, 04:59

removed

25 Apr 2018, 06:49

removed
Last edited by Yaosr on 29 Apr 2018, 16:17, edited 1 time in total.
Rohwedder
Posts: 7655
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Make loop x times, each time loop adds + 1 to a value

25 Apr 2018, 08:48

Hallo,
try:

Code: Select all

No = 5
Loop, 10
{
	;- some code is ahead of this
	Sleep, 1610
	Send, %No%
	Sleep, 640
	;-some other code is between those two
	Sleep, 875
	No++
	Send, %No%
	Sleep, 187
	;- some code is here
}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Bing [Bot] and 313 guests