[solved] put URL, Ubuntu Linux, invalid host address
Posted: Wed Apr 14, 2010 7:05 pm
If I run the following code:
I receive the following result.
Robert
Code: Select all
on mouseup
local tTemp
put URL ("http://www.google.com") into tTemp
put empty into fld "Field"
put the version & cr after fld "Field"
put the result & cr & after fld "Field"
put tTemp after fld "Field"
end mouseup
Edit: Solved.invalid host address
Robert