Wait

Suspends script execution for the time specified.

Parameters
WaitVal
The number of seconds to wait before continuing with the script.
Example
Set bzhao = CreateObject("BZWhll.WhllObj") 
bzhao.Wait 5 'Wait 5 seconds