Answered
Paste remember layers in javascript
Dear All,
I have tried to switch on "Paste remember layers" by using the javascript. Below is my code. But it is not working. Can you please help me on this?
function test()
{
var prl = app.pasteRememberLayers;
prl = true;
}
