Hi Johnwhite,
Try this.
var doc = app.documents, i, j; for(i =0;i<doc.length;i++) { unused = doc[i].unusedSwatches; for(j=0;j<unused.length;j++) { unused[j].remove(); } }
Regards,
Chinna
Hi Johnwhite,
Try this.
var doc = app.documents, i, j; for(i =0;i<doc.length;i++) { unused = doc[i].unusedSwatches; for(j=0;j<unused.length;j++) { unused[j].remove(); } }
Regards,
Chinna