Expletive Deleted.
Colin Holgate
coiin at verizon.net
Sun Mar 27 12:41:51 EDT 2011
On Mar 27, 2011, at 12:24 PM, Richmond wrote:
> on mouseUp
> set th useUnicode to true
> set the useUnicodeText of the selectedText to numToChar(65288)
> select after the selectedText
> end mouseUp
Is it possible you're doing it in a too complicated way? Here's my script, which also leaves the insertion point where the text used to be:
on mouseUp
set the unicodeText of the selectedText to numToChar(65288)
end mouseUp
More information about the use-livecode
mailing list