Re: How to Use Quotes as Part of Literal Text
Re: How to Use Quotes as Part of Literal Text
- Subject: Re: How to Use Quotes as Part of Literal Text
- From: Christopher Nebel <email@hidden>
- Date: Wed, 20 Oct 2004 12:58:06 -0700
On Oct 19, 2004, at 2:27 PM, Jim Main wrote:
I'm trying to use curl in a do shell script. I need to use quotes
around some of the parameters, but this is getting interpreted as the
end quote for the do shell script part:
tell application "FileMaker Pro"
set cell "gResult" of current record to (do shell script "curl
ftp://ipaddress/index.html -# -t "Local Drive:index.html" -u
"username:password"")
end tell
I run into the same problem if I try to set a variable:
set ScriptToRun to "curl ftp://ipaddress/index.html -# -t "Local
Drive:index.html" -u "username:password""
How do you set something to include a quote as text, instead of it
demarking the text of what you want set?
<http://developer.apple.com/technotes/tn2002/tn2065.html#TNTAG3>,
second question.
--Chris Nebel
AppleScript Engineering
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden