ex:)
Gui, Add, Edit, x12 y40 w100 h30 vt1, 스크롤횟수
f2::
gui , submit, nohide
loop,t1????
{
sleep,1000
ImageSearch, xa, y1, 611, 173, 675, 446,*50 d:\im\raid40.bmp
if(ErrorLevel=0){
xa:=xa+60
click,%xa%,%y1%
break
}
else{
mouseclick,wheeldown
sleep,1000
msgbox,1
}
}
return
여기서 저기 loop 횟수를 조정하고 싶은대
왜 안되는걸까요? ㅠㅠ
고수님들 도와주세요~
loop,t1? > loop, % t1?로 수정해주시겠어요?
이런 글자 제한이잇다니!