Re: Is there a Way to halt or stop for some second (General questions)
Sai,
not sure what you're trying to do, or do you use blocking mode. If you use blocking mode, why don't you use loop like this[code]d = now
while now - d < 5 seconds
doevents
wend
[/code]or something similar to that? This will allow wodTelnetDLX to work and process messages, and still will wait limited time?
Kreso
Complete thread:
- Is there a Way to halt or stop for some seconds - mk_saiprasad, 2006-01-13, 21:28
- Re: Is there a Way to halt or stop for some second - wodSupport, 2006-01-13, 21:48
- Re: Is there a Way to halt or stop for some second - mk_saiprasad, 2006-01-14, 00:10
- Re: Is there a Way to halt or stop for some second - wodSupport, 2006-01-14, 00:14
- Re: Is there a Way to halt or stop for some second - mk_saiprasad, 2006-01-17, 20:46
- Re: Is there a Way to halt or stop for some second - wodSupport, 2006-01-17, 20:56
- Re: Is there a Way to halt or stop for some second - mk_saiprasad, 2006-01-17, 21:49
- Re: Is there a Way to halt or stop for some second - wodSupport, 2006-01-17, 20:56
- Re: Is there a Way to halt or stop for some second - mk_saiprasad, 2006-01-17, 20:46
- Re: Is there a Way to halt or stop for some second - wodSupport, 2006-01-14, 00:14
- Re: Is there a Way to halt or stop for some second - mk_saiprasad, 2006-01-14, 00:10
- Re: Is there a Way to halt or stop for some second - wodSupport, 2006-01-13, 21:48