Jump to content

Repeat


ossyconno
 Share

Recommended Posts

*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

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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