Re: Considering case...
Re: Considering case...
- Subject: Re: Considering case...
- From: Christopher Stone <email@hidden>
- Date: Sat, 22 Feb 2014 14:24:32 -0600
On Feb 22, 2014, at 13:54, koenig.yvan <email@hidden> wrote:
And if the character to test is "é" or "È" your handler will respond nothing.
______________________________________________________________________
Hey David,
Yvan is right, but he doesn't give you the alternative.
id of x and character id x are the canonical way of doing things these days.
set ch1 to "é" set ch2 to "È"
set id1 to id of ch1 set id2 to id of ch2
set char1 to character id id1 set char2 to character id id2
-- Best Regards, Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden