Sleep
Previous Top Next

Causes the current thread to wait for the specified time (milliseconds).
Syntax: Sleep (Milliseconds)

Example:
Sleep(1000) 'The program will pause for one second.