Page 1 of 1

[solved] put URL, Ubuntu Linux, invalid host address

Posted: Wed Apr 14, 2010 7:05 pm
by RRobert
If I run the following code:

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
I receive the following result.
invalid host address
Edit: Solved.

Robert