Scripts to: 1) send a file to R or Stata and 2) send a selection to
Stata in BBEdit 10 are now at:
http://www.mediafire.com/?ndchk0imd9u9o
Consider the following script.
------------------------
tell application "BBEdit"
set x to file of text document 1
x
end tell
-------------------------
In BBEdit 9, it will return an object of type "alias"
In 10 it returns an object of type "file". ("type" might be the wrong
term). In the scripts I changed the set statement to the equivalent
of:
set x to file of text document 1 as alias
Steve
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>