Wait Instruction
Syntax Wait [Delay]
Group Miscellaneous
Description Wait for Delay seconds.
Parameter 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            
'#Language 
"WWB-COM"
Sub Main
    Wait .5 ' wait for one 
half second
End Sub