how to trap for the quote key

Dar Scott dsc at swcp.com
Fri Dec 6 13:07:01 EST 2002


On Friday, December 6, 2002, at 10:38 AM, Kurt Kaufman wrote:

> In the case of the comma key, the following works:
> ...
> case ","
>     Do "say " &quote& "comma" &quote& " using " &quote& selVoice &quote 
> as Applescript
>     break
> ...
> But how do I trap the " key for the same purpose?
> quote"quote obviously isn't the solution.

Is this what you want?

...
case quote
    Do "say " &quote& "quote" &quote& " using " &quote& selVoice &quote 
as Applescript
    break
...

Dar Scott





More information about the use-livecode mailing list