"RokuMarkn" wrote:
If I'm understanding you correctly (though I'm not at all sure of that), you want to use roUrlTransfer.GetToString:
xfer = CreateObject("roUrlTransfer")
xfer.SetURL(url)
new_url = xfer.GetToString()
--Mark
Sorry, not sure what to do with that code
url = mytest
url = readtextfromserver(ServerURL)