Function uint Sleep (ulong dwMilliseconds) Library "KERNEL32.DLL"
"Tyler Craft" <NoSpamTy...@gnb.ca> wrote in message
news:u2BHMSYQDHA.185@forums-2-dub...
> Sleep ( ) API
>
> Tyler
>
> <Regis_Schwartz> wrote in message
> news:61C21315868CEF6B005E2F6885256D58.005E2F7885256D58@webforums...
Tyler
<Regis_Schwartz> wrote in message
news:61C21315868CEF6B005E2F6885256D58.005E2F7885256D58@webforums...
// Make application pause from running x number of thousands of a second
Function Long Sleep (ulong millsecond) library "Kernel32.dll"
// In your PB script
Sleep (1000)