Re: Finding colors in InDesign
Re: Finding colors in InDesign
- Subject: Re: Finding colors in InDesign
- From: KOENIG Yvan <email@hidden>
- Date: Mon, 23 Apr 2007 15:30:59 +0200
Le 23 avr. 07 à 14:58:10, email@hidden a écrit :
Your original code returned:
{{"Black", "Cyan", "TestRed", "TestGreen", "TestBlue", "Magenta",
"Paper", "Registration", "TestPMS123", "White", "Yellow", "", "", "",
"", "", "", "", "", "", "", "", "", "", "", ""}
so I assumes that this piece of got may do the trick:
set a to {"Black", "Cyan", "TestRed", "TestGreen", "TestBlue",
"Magenta", "Paper", "Registration", "TestPMS123", "White", "Yellow",
"", "", "", "", "", "", "", "", "", "", "", "", "", "", ""}
set usedColors to {}
repeat with c in ret
if c as text is "Paper" then exit repeat
copy c to end of usedColors
end repeat
log usedColors
Yvan KOENIG _______________________________________________
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