hi,
i have an online file with the text "Version_Label=1.2.3"
now i want to use the returned data from:
forCode:versiontext = split(webclient1.downloadstring("www.blabla.com/version"), "=")(0)
and then Version_label has as text "1.2.3"Code:versiontext.text = split(webclient1.downloadstring("www.blabla.com/version"), "=")(1)
any idea how to?
thnx
Greets, Marco
Edit: I'm using .net framework 3.0



Reply With Quote