ossyconno 0 Posted February 20, 2004 Does anyone know the command to repeat in autoitx First time using it. Share this post Link to post Share on other sites
seraphant 0 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 Share this post Link to post Share on other sites