Read (and parse) file on the web
I wrote:
tmp = Environ("TEMP") & Format$(Now, "yyyymmdd-hhmmss-") & "gTX.htm"
Damn, missed a backslash.
tmp = Environ("TEMP") & "\" & Format$(Now, "yyyymmdd-hhmmss-") & "gTX.htm"
--
I'm willing to table this discussion for now, and sneak out, if you are.
|