Page 1 of 1
What's wrong with this code? Put line 1 of url
Posted: Sun Jun 15, 2014 3:44 pm
by shawnblc
What's wrong with this code?
Code: Select all
put line 1 of url "http://domainname.com/practice/up.txt" into tUp
if tUp contains "0" then close this stack
Happy Father's Day to all of the fathers out there!
Re: What's wrong with this code? Put line 1 of url
Posted: Sun Jun 15, 2014 3:50 pm
by Klaus
Hi Shawn,
What's wrong with this code?
nothing and works here (with a valid url)!
Are you doing contract work for the NSA or why do you not provide any more details?
Best
Klaus
Re: What's wrong with this code? Put line 1 of url
Posted: Sun Jun 15, 2014 3:58 pm
by shawnblc
Klaus wrote:Hi Shawn,
What's wrong with this code?
nothing and works here (with a valid url)!
Are you doing contract work for the NSA or why do you not provide any more details?
Best
Klaus
lol. I gotta good laugh outta that one! Thanks.
Using 6.6.2 build 4012 OSX and it doesn't work here.
I guess I can upload my stack.
Re: What's wrong with this code? Put line 1 of url
Posted: Sun Jun 15, 2014 4:01 pm
by Klaus
Please try this:
...
put url "
http://domainname.com/practice/up.txt" into tFile
ANSWER THE RESULT & CR & tFile
## THE RESULT should be empty on success and tFIle might also give a hint if not successful!
...
and post the results!
Best
Klaus