Question
Select objects with the same name in illustrator
I ave several objects on the page all with the same id "bars" How do I select all of them at one time. i've been trying something like this
app.activeDocument.pages[0].allPageItems[1].constructor.name == "bars";
but getting no result. Sorry very rusty on extend script and just getting back into it. Any help appreciated