cant make program send variable.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
uhhuh

cant make program send variable.

21 Sep 2018, 21:48

hi, i recently made a program that is supposed to send a variable and it adds the variable each time it goes through a loop.

Code: Select all

1::
loop   {
cycle = 0
loop 25 {
variable++
sleep, 1000
send, cycle %cycle%
sleep, 1000
send, example
send, `n
}
}

2::
 pause 
return
that's it and it wont send the %cycle% it is just blank. any idea why this is happening?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 217 guests