|
-
Apr 21st, 2000, 12:11 PM
#3
Lively Member
Yes... it's a bug in the winsock control that you are experiencing... Try the following code..
'doesn't work as buffer bug takes effect
For X = 1 to 10
Winsock(x).SendData MessageStr
Next X
'works perfectly as buffer is dumped each loop
For X = 1 to 10
Winsock(x).SendData MessageStr
DoEvents
Next X
Regards,
 Paul Rivoli 
---------------------
[email protected]
http://members.dingoblue.net.au/~privoli
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|