Wait Instruction

Syntax

Wait [Delay]

Group

Miscellaneous

Description

Wait for Delay seconds.

Parameters

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.

Example


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