Hi list and thanks for the tip,

Here is what I came up with and it is working.

on exitFrame

global gBasketList

global gPosList

global gSpriteList

global mynetID


set gBasketList = []

set gPosList = []

set gSpriteList = []


fileID = member("hold input").text & ".txt"


URL = "http//www.myweb.com/jmadsen/"

URLComplete = URL&fileID



mynetID = getNetText(URLComplete)



if netDone(mynetID) = FALSE then

go to the frame

else


member("fileContent").text = netTextResult(mynetID)


mySpriteString = "[" &member("fileContent").line[1] & "]"

gSpriteList = value(mySpriteString)


myPosString = "[" & member("fileContent").line[2] & "]"

gPosList = value(myPosString)


go to "urlCard"

end if


end



Thanks all



Jørn



[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