Answered
Find and change all layers
Hi All,
How can I find and change in all layers if layer hidden
app.findGrepPreferences.findWhat = "\\s\\s+ ";
app.changeGrepPreferences.changeTo = " ";
app.changeGrep();
app.findGrepPreferences = app.changeGrepPreferences = null;
Thanks
Steve