On 27/10/14 21:10, Kenji Kojima wrote:
Richmond,
Sorry, I did not see the title well.
This is for version 6.
put “あいうえお” into fled 1
on mouseUp
set the useUnicode to true
if charToNum(the unicodeText of char 2 of fld 1) is "12356" then
put unicode (numToChar(12354)) into char 2
Richmond,
Sorry, I did not see the title well.
This is for version 6.
put “あいうえお” into fled 1
on mouseUp
set the useUnicode to true
if charToNum(the unicodeText of char 2 of fld 1) is "12356" then
put unicode (numToChar(12354)) into char 2 of fld 1
end if
end mouseUp
the characte
On 27/10/14 00:03, Kenji Kojima wrote:
Richmond,
I don’t know the character “7637”.
But i thought you wanted to write like this.
on mouseUp
if char 2 of fld 1 is numToCodepoint(12356) then
put numToCodepoint(12354) into char 2 of fld 1
end if
end mouseUp
the script changes “あいうえ
> the script changes “あいうえお” to “ああうえい”.
Correction: the script changes “あいうえお” to “ああうえお”.
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/
> On Oct 26, 2014, at 6:03 PM, Kenji Kojima wrote:
>
> Richmond,
>
> I don’t know the character “7637”.
> But i thought you wanted to write like thi
Richmond,
I don’t know the character “7637”.
But i thought you wanted to write like this.
on mouseUp
if char 2 of fld 1 is numToCodepoint(12356) then
put numToCodepoint(12354) into char 2 of fld 1
end if
end mouseUp
the script changes “あいうえお” to “ああうえい”.
--
Kenji Kojima / 小島健治
http: