At 21:50 20.02.2001 +0100, I wrote:
>  if netDone(myNetId) then
>     -- ok, we're through,
>     -- now its save to use the output

ehmm, it is not! save to use the output. The transfer is done but did it 
succeed?

...
   if netDone(myNetId) then
     error = NetError(myNetId)
     if error <> "OK" then
       alert "netError " & error
     else
       -- ok, we're through,
       -- now its save to use the output
     ...

best regards
daniel plaenitz


[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