Question
CS3: Period in findWhat crashes InDesign
This code crashes InDesign CS3:
app.findTextPreferences.findWhat = ", .";
app.changeTextPreferences.changeTo = ".";
app.changeText();
This works fine:
app.findGrepPreferences.findWhat = ", \\.";
app.changeGrepPreferences.changeTo = ".";
app.changeGrep();
Hope this helps someone.
Walt
app.findTextPreferences.findWhat = ", .";
app.changeTextPreferences.changeTo = ".";
app.changeText();
This works fine:
app.findGrepPreferences.findWhat = ", \\.";
app.changeGrepPreferences.changeTo = ".";
app.changeGrep();
Hope this helps someone.
Walt
