Does it excist a nice little wait function that makes the program wait for a desired amount of time?

like:

SendKeys "{TAB}"
wait(20000) 'or something like that
SendKeys "{TAB}"

Or do I have to use the timer.

Lars