Re: tell (alias to application)
Re: tell (alias to application)
- Subject: Re: tell (alias to application)
- From: Shane Stanley <email@hidden>
- Date: Wed, 10 Jul 2002 09:31:10 +1000
On 10/7/02 1:22 AM +1000, ml_mikega, email@hidden, wrote:
>
i have a applescript with many times
>
- tell application "InDesign 2.0" ...
>
>
so now i want to call InDesign without version-number in the
>
tell-statement
>
i tried
>
- set indesign to alias "full_path_to_indesign_inserted"
>
and then
>
- tell application indesign
>
>
but i got an error.
>
which way is the best (or one of the best ;-)
>
to avoid version-number in tell-statements
You're trying to solve a non-existent problem. If you use "InDesign 2.0" and
open the script with another version running, you will see that it has
changed for you. The actual name doesn't really matter.
--
Shane Stanley, email@hidden
_______________________________________________
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.