Re: How to Set Text to Include Quotes (") ?
Re: How to Set Text to Include Quotes (") ?
- Subject: Re: How to Set Text to Include Quotes (") ?
- From: Philippe GRUCHET <email@hidden>
- Date: Sun, 19 Jan 2003 07:30:37 +0100
From: Rob Jorgensen <email@hidden>
Better yet is to take Finder out of the process since it isn't needed
to do any of the stuff above.
set quote to "\""
set myquotedtext to "this is my text"
set mytext to quote & myquotedtext & quote
display dialog mytext
... and:
set {quote, myquotedtext} to {"\"", "this is my text"}
display dialog quote & myquotedtext & quote
Philippe
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.