string - How do I copy a chunk of Unicode text? -
i have field "data" unicode text in displays properly. want copy chunk of , put field called "somedata".
i tried following script in button
on mouseup put word 2 of line 1 of unicodetext of field "data" t set unicodetext of field "somedata" t end mouseup
non unicode text displays fine in field "somedata" unicode text not.
here one-liner can test:
set unicodetext of field 2 unicodetext of word 2 of field 1
Comments
Post a Comment