Question
Find Change script
I have a hundred title like this: G.N./d/d/d/r
exsample: G.N. 123
G.N. 234
G.N. 345. etc....
My job is assign a new number to these titles. I used the app.activeDocument.changeGrep();. But turns out its "Change All", they were all changed to the same number now.
Is it possible to use script to get it done?