how to trap for the quote key

Jeanne A. E. DeVoto jeanne at runrev.com
Fri Dec 6 13:14:00 EST 2002


At 9:38 AM -0800 12/6/02, 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.

Just use
  case quote

The quote constant is the same as ".

--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/





More information about the use-livecode mailing list