Keyword: REPEATS - Times to repeat

Keywords are used within scripts that enabled powerful features such as dynamic variables, clipboard manipulation, read/write files, mimic inputs and more.
User avatar
YiMeng
Author
Posts: 235
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: REPEATS - Times to repeat

Unread post by YiMeng »

Description
  • Perform script commands a set number of times.

Parameters
  • x: The number of times to repeat.
  • y: The line command.
    • Can use "|" to group multiple line commands.

Usage
  • REPEATS x y
  • REPEATS 10 1,2,3
    • Will simulate pressing 1, 2 and 3 keys in sequence for 10 times.