In the same card I have a field called "BrowserSelection" and a button with this script:
Code: Select all
on mouseUp
get revBrowserGet(gBrowserID, "selected")
put uniEncode(it, "UTF8") into locSelectedText
set the unicodeText of field "BrowserSelection" of this card to locSelectedText
end mouseUp
What am I doing wrong?
Thanks,
sp27