Question
[CS3 AS] Replace color
Hi - new to applescript.
I want to replace "White" with the Paper color
I'm missing something - why isn't this working for me?:
tell application "Adobe InDesign CS3"
delete swatch "White" replacing with swatch "Paper"
end tell
Also, it might be "WHITE", "White" or "white" is there as way to do that in one step?
I want to replace "White" with the Paper color
I'm missing something - why isn't this working for me?:
tell application "Adobe InDesign CS3"
delete swatch "White" replacing with swatch "Paper"
end tell
Also, it might be "WHITE", "White" or "white" is there as way to do that in one step?