what's the use of URL? I thought it could be used to specify a real URL, but it doesn't work.
should open a internet text file, and show ints contents, but it's not working, so, what's exactly this URL parameter? it's confusing...
[EDIT]
I see, not 'standar' notation, it has to be:
print LoadText("http::www.blide.org/version.txt")
print LoadText("http://www.blide.org/version.txt")
should open a internet text file, and show ints contents, but it's not working, so, what's exactly this URL parameter? it's confusing...
[EDIT]
I see, not 'standar' notation, it has to be:
print LoadText("http::www.blide.org/version.txt")