> On Nov 6, 2016, at 9:41 AM, Richmond <[email protected] > <mailto:[email protected]>> wrote: > > I wonder why this: > > set text of the selectedText to numToCodePoint(2309) > > [when I have a textField with a selection point within it] > > doesn't work (LC 8.1). > > Richmond.
I didn’t expect it to work (set property of a function?), but it does here on Mac in LC8.1.1(rc2) and LC9.0.0(dp1), either of the following seem to have the desired effect; put numToCodePoint(2309) into the selection put numToCodePoint(2309) into the selectedText Paul _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
