Examples: Sleep statement
MessageBox "Now "
Sleep 1.5
MessageBox "is the time..."
' this messagebox appears 1.5 seconds after the first messagebox
MessageBox "Now "
Sleep 1.5
MessageBox "is the time..."
' this messagebox appears 1.5 seconds after the first messagebox