• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Passing InDesign variables from one script to an other
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Passing InDesign variables from one script to an other


  • Subject: Re: Passing InDesign variables from one script to an other
  • From: Bert Groeneveld <email@hidden>
  • Date: Wed, 03 Apr 2013 15:16:02 +0200

Hi Chris, thank you, but unfortunately this doesn't work,
nor does this work:

tell application "Helperscript.app"
x(document 1)
end tell

on x(doc)
using terms from application "Adobe InDesign CS6"
lines of doc
end using terms from
end x

nor does this work:

using terms from application "Adobe InDesign CS6"
tell application "Helperscript.app"
x(document 1)
end tell
end using terms from

on x(doc)
lines of doc
end x

nor does this:

tell application "Helperscript.app"
using terms from application "Adobe InDesign CS6"
x(document 1)
end using terms from
end tell

on x(doc)
lines of doc
end x




—

MET VRIENDELIJKE GROET,
BERT GROENEVELD

—

RECLAMEBUREAU IVC 
POSTBUS 573
5140 AN WAALWIJK

[ T ] 0416.673.336
[ E ] email@hidden

—

WWW.RECLAMEBUREAU-IVC.NL




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: 
 >Passing InDesign variables from one script to an other (From: Bert Groeneveld <email@hidden>)
 >Re: Passing InDesign variables from one script to an other (From: Christopher Stone <email@hidden>)

  • Prev by Date: Re: Passing InDesign variables from one script to an other
  • Next by Date: Re: Passing InDesign variables from one script to an other
  • Previous by thread: Re: Passing InDesign variables from one script to an other
  • Next by thread: Re: Passing InDesign variables from one script to an other
  • Index(es):
    • Date
    • Thread