Hi, Kojima!
Your script is perfect!
Thank you for your help!
_.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._
Takashi Yoshino
http://www.wakayama-u.ac.jp/~yoshino/lab/
Tel: +81-73-457-8441
On 2012/04/09, at 21:58, Kenji Kojima wrote:
> Hi Takashi-san,
>
>
>>> 2. set
Hi Takashi-san,
>> 2. set the unicode text
>>
>> Here is my script.
>>
>> on mouseUp
>>
>> put "A1.txt" into theFileName
>> put AbsolutePathFromStack(theFileName) into theFullPath
>>
>> open file theFullPath
>> read from file theFullPath until EOF
>> set the unicodeText of fld "A1" to it
Hi Takashi-san,
try this
set the unicodeText of fld "result" to the unicodeText of fld "temp"
Best,
--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/
On Apr 8, 2012, at 9:15 PM, Takashi Yoshino wrote:
> Hi,
>
> I found that the unicode function on LC 5.0.2 DOES works,
> But, the u
Hi,
I found that the unicode function on LC 5.0.2 DOES works,
But, the unicode function on LC.5.5.1 DOES NOT work.
Here is a simple sample using Unicode.
On LC 5.0.2 does works well, but LC 5.5.1 does not work.
on mouseUp
set the unicodeText of fld "result" to fld "temp"
end mouseUp
_.__ .