thanks that worked!!!

on 3/10/00 4:18 pm, Robert Wingate at [EMAIL PROTECTED] wrote:

> I tried but I'm new to net lingo and getNetText only returned
> a value of 1.

Use netTextResult() to get the text.  Here's the basic process:

1) netId = getNetText( "http://www.macromedia.com" )
2) check netDone(netId) until it's done (not in a repeat loop)
3) netTxt = netTextResult( netId )


[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