Hello,
I was wonder if you can do a multiple line search and replace in either the xml source or on script event?
For example search for
if( i = 1){
a = "fixe";
replace with
if( i == 1){
a = "fixed";
}
I have a few forms where we should have used functions and didn't and have the same code multiple times on a form and needs to be updated.
Brad