Code: Select all
on mouseUp
put the selectedText of field "note"
set the linkText of the selectedText of field "note" to "http://revolution.byu.edu/textfind/TextandFind.php"
end mouseUp
However, when I try to compile the code, I get the following error: button "Button": compilation error at line 3 (set: missing 'to'), char 28
My instruction appears to be formatted as is the example in the dictionary so I do not understand the error.
Any help is appreciated.