Scripting highlighted text?

B

Brett Zamir

Is there any way to access highlighted Entourage text (whether in a preview
window or an opened window) in Applescript? If not, does anybody know if is
this in the works?

Thanks,
Brett
 
M

Mickey Stevens

I'm not entirely sure what you mean. You can run a simple line like

set highlightedText to the selection

to place the currently selected text into a variable called highlightedText.
If that's not what you're looking for, please be more specific in your
follow-up.
 
Top