Identifying BBEdit version + testing for presence of OSAXen
Identifying BBEdit version + testing for presence of OSAXen
- Subject: Identifying BBEdit version + testing for presence of OSAXen
- From: Alex Robinson <email@hidden>
- Date: Fri, 15 Nov 2002 20:39:46 +0000
I have a scriptserver app that does various stuff in BBEdit. I want it to
be able to run under versions 6 - 7 and under OSX and Classic
The only solution I can think of is to store the app version as a property
>
>>
property BBEditVersion = "BBEdit 6.5"
...
tell application BBEditVersion
<<<
and provide a function to change the property. Is there a more elegant (and
preferably automagickal) way to achieve this?
On another note, how does one go about testing for the presence/absence of
osaxen? And is it the same for OSX and Classic?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.