Waits for the specified number of seconds and then returns
Wait (time)
This is a PASSPORT command.
Example
Sub ZMain() Wait(10) MsgBox "Ten seconds has expired." End Sub