Wait Instruction

Syntax:

Wait Delay

Group: Miscellaneous

Description:
Wait for Delay seconds.

Example:

Sub Main
  Wait 5 ' wait for 5 seconds
End
Sub