Page 1 of 1

Put URL... the result = 1

Posted: Fri Jan 22, 2010 3:33 pm
by Simon
Hello,
After using a put url command I get a result of 1.

Code: Select all

put URL myurl into theData
answer the result
Returns the number 1.

Any ideas on what this means?

Thanks,
Simon

Re: Put URL... the result = 1

Posted: Fri Jan 22, 2010 5:39 pm
by BvG
It depends on what the URL actually is. try this instead, for additional information:

Code: Select all

put URL myurl into theData
answer myurl & return &  the result & return & it & return & line 1 of theData