Hi list,

In addition of my last post regarding GetNetText, I've tried a very simple
script just to see what's happened.

On startMovie
    global gNetID
    gNetID = 
getNetText("http://www.rodrigoperes.com.br/desen/games/php/memoria_xml.php?a
tividade_id=12")
End


In another frame

global gNetID

on exitFrame me
  if (netdone(gNetID) = true AND netError(gNetID) = "OK") then
    put netTextResult(gNetID)
    halt
  end if
  go to the frame
end


Message window:
-- "<?xml version="1.0" encoding="ISO-8859-1" ?>
"

But If I use the same script line by line in message window, the xml file is
returned complete.

Thank's

Rodrigo

[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!]

Reply via email to