Question
Change layer's order InDesign CS4 js
Hi, I need to move layer below another layer and what I tried doesn't work:
myDoc.layers.item("INSTRUCTIONS (TURN OFF)").move (locationOptions.AFTER(myDoc.layers.item ("Die")));
Thank you for your help.
Yulia