Creating property for 'tell application ...'
Creating property for 'tell application ...'
- Subject: Creating property for 'tell application ...'
- From: Jeff Shepherd <email@hidden>
- Date: Tue, 16 Jul 2002 12:17:24 -0700
I have a bunch of references to a particular application. For example
tell application "GraphicConverter"
Is there a way I can reference that in a property? For example
property myApp : application "GraphicConverter"
And then for the tell statement use
tell myApp
I just want to have one reference to the application in a single
place. That way if I need to choose a different applications (for
example, a different version) I only need to change a single
reference.
- Jeff -
--
<Jeff Shepherd>
<email@hidden> A good pun is its own reword
<
http://www.aShep.com/>
_______________________________________________
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.