Wait Instruction

Syntax
Wait [Delay]
Group
Miscellaneous
Description
Wait for Delay seconds.
Parameters Description
Delay Wait for this number of seconds. If omitted then wait for 5 seconds. If this value is Null then Null is returned.

Sub Main
    Wait .5 ' wait for one half second
End Sub