hello
i've created a .txt and placed it on a webserver with the text in a format i
want director to read as a list
here is what is on my .txt document.
basic = [#Model:"Basic Computer",#Processor:"Quite
Fast",#Motherboard:"Small"]
Now i don't know if this is correct but i want director to downlaod this
file and then i want to put values into different text boxes on my stage.
i am getting the text file with this lingo:
on mouseUp me
netOpID=getNetText ("http//url/data.txt")
displaysInfo = netTextResult( netOpID )
end
But how do i script this so that it will put say"basic computer" into a text
area on the stage and "quite fast" into another text area with just one
click of a button.
thanks
Phil
[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!]