tell (alias to application)
tell (alias to application)
- Subject: tell (alias to application)
- From: ml_mikega <email@hidden>
- Date: Tue, 9 Jul 2002 17:22:05 +0200
hello,
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
ps: applications like "Finder" or "FileMaker Pro" are w.o.
version-number so why InDesign not ?
MacOSX-10.1.5, AppleScript-1.8.3
thanx,
mike
_______________________________________________
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.