Hi,
I am writing my own Illustrator scripts.
How do I write a script to delete layer with ".ARD" name.
MOhan
try { app.activeDocument.layers.getByName( '.ARD' ).remove(); } catch (e) {};
Thanks Mark.
It will be helpfull to me if same is converted in apple script.
You didn't need to start a new thread… but as you did I posted there…
Sorry Mark,
I missed to mention as "delete layer which ends with ".ARD" name.
Please help me again.
Added to other thread…
Mohanvalli wrote: I am writing my own Illustrator scripts.
Mohanvalli wrote:
really?
Hi Carlos,
Not really, learning to write illustrator Scripts.
Mohan
Hi Mohan, same here, we're all trying to learn...read other posts, read the guides...read, read, read, and practice with the provided samples and in no time you'll be doing magic with scripts.