how to trap for the quote key

Kurt Kaufman kkaufman at snet.net
Fri Dec 6 12:45:00 EST 2002


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.

Thanks, Kurt




More information about the use-livecode mailing list