hi,

i have an online file with the text "Version_Label=1.2.3"

now i want to use the returned data from:
Code:
versiontext = split(webclient1.downloadstring("www.blabla.com/version"), "=")(0)
for

Code:
versiontext.text = split(webclient1.downloadstring("www.blabla.com/version"), "=")(1)
and then Version_label has as text "1.2.3"

any idea how to?

thnx

Greets, Marco

Edit: I'm using .net framework 3.0