Re: Quoted text?
Re: Quoted text?
- Subject: Re: Quoted text?
- From: Luca Pozzato <email@hidden>
- Date: Thu, 18 Jan 2001 15:16:17 +0100
>
From: Michael Kern <email@hidden>
>
Date: Wed, 17 Jan 2001 14:28:00 -0500
>
To: <email@hidden>
>
Subject: Quoted text?
>
>
I am having trouble creating a quoted text string. I9m following the
>
example in a book I have.
>
>
Script:
>
set x to "He said \"Oops.\" after dropping the plate." as string
>
get x
>
>
Result:
>
"He said \"Oops.\" after dropping the plate."
>
>
What I want:
>
"He said "Oops." after dropping the plate."
>
(see no slashes)
set x to "He said 3Oops.2 after dropping the plate." as string
get x
just use curly quote 32 that are also tipografically correct
Regards
Luca Pozzato
>
I DO NOT want the back slashes to appear in the string. I9ve tried it
>
without the as string9 on the end. I9ve also tried it with as text9 .
>
Nothing seems to work. I always get the back slashes.
>
>
How do I go about getting the quoted text into the variable?
>
>
Thanks.
>
>
Michael Kern
>
Technologic Partners
>
(212) 343-1900 x116
>
email@hidden
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users
References: | |
| >Quoted text? (From: Michael Kern <email@hidden>) |