Instead of a timeout of 0.1 seconds (which is not enough anyway) you should
use netdone()
In a frame script/behaviour do something like this
Global netID
On sendToNet me, i
netID=postNetText(...)
End
On exitFrame me
if netDone(netID) then
if netError(netID)<>"OK" then
-- error Handling here
else
-- StartNewTransaction
end if
end if
End
Of course you could try sending maybe 10 at once
Florian
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]