Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PB7 : waiting a given amount of time function

690 views
Skip to first unread message

Regis_Schwartz

unread,
Jul 3, 2003, 1:08:45 PM7/3/03
to
Is there any function in PB7 which allows to wait a given amount of time ?

NOSPAM_reg...@yahoo.fr

Tyler Craft

unread,
Jul 3, 2003, 12:58:17 PM7/3/03
to
Sorry I forgot to post the function

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 Craft

unread,
Jul 3, 2003, 12:52:03 PM7/3/03
to
Sleep ( ) API

Tyler

<Regis_Schwartz> wrote in message
news:61C21315868CEF6B005E2F6885256D58.005E2F7885256D58@webforums...

Danh Truong

unread,
Jul 10, 2003, 12:38:44 PM7/10/03
to
// Declare the following as an Global External Function

// 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)

0 new messages