Keyword: CONTINUE - Step-over

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: 238
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Keyword: CONTINUE - Step-over

Unread post by YiMeng »

Description
  • When reached, steps-over the current processing command.

Parameters
  • NONE

Example
  • LOOP COND %x% = %y% ? CONTINUE && delay 5
    • Check every 5 seconds and only continue on the script when variable x is equal to y.