loop autohotkey
Loop, 4 { ;this loops 4 times
MsgBox, This is a messagebox ;shows a messagebox
} ;closes the loop
loop autohotkey
Loop, 4 { ;this loops 4 times
MsgBox, This is a messagebox ;shows a messagebox
} ;closes the loop
loop ahk
; Creates a loop with 3 iterations.
Loop, 3
{
MsgBox, Iteration number is %A_Index%. ; A_Index will be 1, 2, then 3
Sleep, 100
}
remember to not add more than 100 loops as that may freeze computer
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us