• 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: Finding colors in InDesign
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Finding colors in InDesign (From: email@hidden)

  • Prev by Date: Re: Japanese backslash
  • Next by Date: Darlene Duffie/DCS/MOORE is out of the office.
  • Previous by thread: Finding colors in InDesign
  • Next by thread: Re: Finding colors in InDesign
  • Index(es):
    • Date
    • Thread