ossyconno Posted February 20, 2004 Posted February 20, 2004 Does anyone know the command to repeat in autoitx First time using it.
seraphant Posted February 21, 2004 Posted February 21, 2004 (edited) *directly from help file:* repeat, <#> ;*code* EndRepeat this will repeat a section of the script up to the following 'EndRepeat' command for <#> times. if <#> is zero, the loop will be infinite. i.e. Repeat, 10 Send, Hello Endrepeat the above code will type out the message Hello ten times Edited February 21, 2004 by seraphant ~Sera
Recommended Posts