Further Unicode ...

Richmond richmondmathewson at gmail.com
Sun Dec 30 05:51:19 EST 2012


And now for my next trick :(

Suppose I have a fld called "fCOOKED" that contains 'numToChar(104)',

and a second fld called "fT"

and a button with this script:

on mouseUp
    set the useUnicode to true
      put fld "fCOOKED" into COOKED
        set the unicodeText of fld "fT" to COOKED
end mouseUp

why doesn't fld 'fT" end up with an 'h' in it instead
of a large number of goobledegook numbers?

Richmond.




More information about the use-livecode mailing list