Re: Reliably calling an application within Handlers
Re: Reliably calling an application within Handlers
- Subject: Re: Reliably calling an application within Handlers
- From: Alex Clay <email@hidden>
- Date: Sat, 28 Apr 2001 18:34:18 -0400
tell theApp
Try putting the word "application" in your tell line:
[snip]
tell application theApp
[/snip]
I imagine this would help typecast the string "InDesign 1.5.2" into an
application.
HTH!
Alex
--
To err is human; to write code that deals with human error, divine.
- Your Truly