Script Debugger: select contents of a handler by name
Script Debugger: select contents of a handler by name
- Subject: Script Debugger: select contents of a handler by name
- From: Jason Bourque <email@hidden>
- Date: Sat, 29 Dec 2001 15:33:24 -0500
Hello,
This is what I have but it doen't work.
I want to select contents of a handler by name.
Any ideas.
tell application "Script Debugger"
tell document 2
set selection to text of contents of script handler "Handler2Test"
end tell
End tell
Thanks,
Jason Bourque