Re: InDesign CS6
Re: InDesign CS6
- Subject: Re: InDesign CS6
- From: Stan Cleveland <email@hidden>
- Date: Wed, 14 Jan 2015 16:31:56 -0800
On Jan 14, 2015, at 4:21 PM, "Stockly, Ed" <email@hidden> wrote:
> Any idea why this very simple script won¹t compile in an InDesign tell
> block?
> tell application "Adobe InDesign CS6"
> set myHello to myHello as text
> end tell
> -- Expected end of line but found application constant or consideration.
>
> I¹m making the jump from CS2 to CS6, and 10.4 to 10.10.1, so I was
> expecting a few gotchas, but a simple coersion to text seems pretty basic
> appleScript.
>
> What am I missing?
Hi Ed,
I believe that's a terminology conflict. Try this:
set myHello to myHello as string
Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >InDesign CS6 (From: "Stockly, Ed" <email@hidden>) |