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