Re: AppleScript escape special characters
Re: AppleScript escape special characters
- Subject: Re: AppleScript escape special characters
- From: Jerry Brace <email@hidden>
- Date: Mon, 15 Aug 2005 19:13:31 -0230
NSAppleScript *playlistScript;
playlistScript = [[NSAppleScript alloc] initWithSource:script];
Where script is a NSString with the script.
On 15-Aug-05, at 7:11 PM, Nick Zitzmann wrote:
On Aug 15, 2005, at 2:56 PM, Jerry Brace wrote:
I have an AppleScript embedded into my Cocoa application. The
AppleScript uses a string value passed to it. My script fails when
the script contains special characters like this ★ for example.
Does anyone know how to escape these?
How are you loading this AppleScript?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden