Michael C. Hanson wrote:

> on exitFrame
> if not(voidP(gNetID)) then
> if (netDone(gNetID) = TRUE) then
> serverString = netTextResult()
> parsePacket(serverString)
> end if
> end if
> gNetID = void
> go the frame
> end

maybe I'm just being a bit pedantic, but the manual says:
"If no net ID is specified, netTextResult returns the result
of the last network operation."
maybe you've got multiple operations in progress... I tend to
specify the netID...

serverString = netTextResult(gNetID)

...with no problems.

Christian

----------------------------
Christian Wach
[EMAIL PROTECTED]
----------------------------


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]

Reply via email to