Re: InDesign from QXP Script
Re: InDesign from QXP Script
- Subject: Re: InDesign from QXP Script
- From: Sarah Perry <email@hidden>
- Date: Tue, 7 Oct 2003 15:41:20 +0100
Hiya Gary, how's tricks?
This is how we do it in Jaguar... if that's any help...
tell application "InDesign 2.0.2"
tell front document
--make sure you have a single text frame selected in the frontmost
window!
set theSelection to the selection
--change "sausage" to whatever string you like
set the label of the selection to "Sausage"
end tell
end tell
_______________________________________________
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.