Answered
Find the arithmetic operator
Hi,
My Document lot of mathematical equations. So i have applied the character style arithmetic operators but can't find the "+"
app.findGrepPreferences.findWhat = "+";
And also i tried this method i got that result("−") but i cant find the ("+")
var test = String.fromCharCode(8722);
app.findGrepPreferences.findWhat = test ;
Any one help me
Regards,
Balaji B.