Answered
I am trying to find a dimension in textFrames in a file using GREP
I have a file I need to find the textFrames that have " - #” x #”" in the frame. Using the F/C GREP I can find them with / - d+.d+” x d+.d+”/. If I try to using it in my script it does not give anything back on the same text frames.
The lines of code where this is used are:
app.findGrepPreferences.findWhat = " - \d+.\d+” x \d+.\d+”";
info = tFrames.item(y).findGrep();
Any help would be appreciated.
