I'm getting the error
Type Handler: can't find handler
Object Test Match Text
Line matchText("Goodbye","bye")
Hint matchText
I'm testing with the example in the documentation. Any ideas? Here is
the exact script
on mouseUp
matchText("Goodbye","bye")
put it
end mouseUp
Thanks, Byron