ron,
> If I have a menu called 検索 how can I check for it in a script?
>
> on menupick pwhich
> switch pwhich
> case "検索"
> do something
> break
> case "other"
> do something else
> break
> end switch
> end menupick
>
> This script will not work in the script window because the kanji has
> a quote char in it. How can I trap for this when I can't even include
> it in the script window?
I attached rev file. It is a little tricky.
used custom property and unidecode.
Others are later.
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
- Re: Unicode and Menus Kenji Kojima
- Re: Unicode and Menus Kenji Kojima
- Re: Unicode and Menus Kenji Kojima
- Re: Unicode and Menus Kenji Kojima
