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

Deploying to Linux? Get penguinated here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
RRobert
Posts: 151
Joined: Sat Feb 28, 2009 8:20 pm

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

Post by RRobert » Wed Apr 14, 2010 7:05 pm

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

Post Reply

Return to “Linux”