Question
How to script if / then
I'm struggling to come up with the correct syntax for doing something fairly simple. Basically I want to find a named spot color swatch. If it's found I have other programming I'd like to run (I have working code) If it does not find the swatch, then just carry on.
if swatch "Blue" exists (a spot color)
do this
else
do nothing and carry on with rest of script
endifThanks for any help.
