Jump to content

Recommended Posts

Posted (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 by seraphant

~Sera

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...