Hello guys,
why does not this work?
I want to change the kerning on (findwhat)
var sel = app.activeDocument.selection;
app.findTextPreferences=app.changeTextPreferences=null;
app.findGrepPreferences = NothingEnum.nothing;
app.changeGrepPreferences = NothingEnum.nothing;
app.findGrepPreferences.findWhat="\d{1,4},-";
app.changeGrepPreferences.changeTo="$0";
app.changeGrepPreferences.kerningMethod="optical";
app.activeDocument.changeGrep();
please help me out
thank you in advance.