Is there someting like delay r wait for so that I can tell the application to wait for a few seconds before proceeding further.
Thanks!
Printable View
Is there someting like delay r wait for so that I can tell the application to wait for a few seconds before proceeding further.
Thanks!
use the Sleep APi.
declare sub sleep lib "kernel" (byval lMilliseconds as long)
call Sleep(1000) 'to wait for 1 second