libURL will not accept data in a variable

Sarah sarahr at genesearch.com.au
Wed Jan 15 17:32:01 EST 2003


I haven't done any FTP stuff myself, but I expect that the command 
being split over 2 lines is the problem. If not, perhaps it would work 
if you sent the IP address enclosed in quotes e.g.

put quote & myServerIP & quote into myServerIP
-- then use your command.

Don't forget that if you want to split a single line of script over 2 
lines, you can use a backslash
	answer "Here is a long " & \
		"piece of text."

Cheers,
Sarah


On Thursday, January 16, 2003, at 01:51  am, 
Roger.E.Eller at sealedair.com wrote:
<snip>
> put "ftp://"&myServerUser&":"&myServerPass&"@"
> &myServerIP&myServerIP&myServerPath&theFileName into tUrl
<snip>





More information about the use-livecode mailing list