Further Unicode ...
Marek Niesiobedzki
nm at studionm.pl
Sun Dec 30 08:27:01 EST 2012
Try one of this:
on mouseUp
set unicodeText of fld "fT" to unicodeText of fld "fCOOKED"
end mouseUp
or
on mouseUp
put unicodeText of fld "fCOOKED" into COOKED
put unicode COOKED into fld "fT"
end mouseUp
on mouseUp
put unicodeText of fld "fCOOKED" into COOKED
set unicodeText of fld "fT" to COOKED
end mouseUp
For me any of above is working with ACII single letters as well with Unicode strings.
Marek
More information about the use-livecode
mailing list