hi , i am developing a template difference tracker using XML where two releases of the same template will be compared for changes . By using DOM parser i am able to get handle to text part of design elements i.e all the scripts and formulas. Now when i get a particular script like sub postopen, i get it as string and i do a strcompare() to see if any changes have been made. i want to do a line by line search and find out what or where exactly changes have been made. also if only a blank line has been added, it should be ignored.Any ideas or suggestions . pls help
Subject: RE: String comparison for each lineā¦
this download contains code you may be able to adapt.