maxpcc: -------------------------------------------------------------------------------- Hello all, Is it possible to execute a multiple search and replace in the same file?
I have to replace about 4000 string of text with 4000 others, I'm managing this data with Excel (in the first column I have data to be replaced, in second column rights data) and I'd like to put all this records in a macro and execute it. Thanks in advance, Max -------------------------------------------------------------------------------- Hi, you can create an user convertor for this see the template in ...\PSPad\Convert\Template.in_ and the help file for "Convertors" the format is simple [Conversion] oldword|newword ... For a systematic non-colliding word replacements this might be enough, if you needed some complex conditions, a script can me created to handle them based on the given data. hth vbr -- <http://forum.pspad.com/read.php?2,56197,56198> PSPad freeware editor http://www.pspad.com
