André: -------------------------------------------------------------------------------- Hi all!
Is it possible to save successive steps in changing the file content? More precisely, I want to extricate the file content from html tags. And these are a few steps to replace some tags with "nothing" and on the other side a few steps of "copy non-matching". And after some time I want to repeat this, I don't want to make all these steps again (successive). Is there a elegant solution for this issue? Thanks a lot, André :) -------------------------------------------------------------------------------- It may be done using PSPad scripting, check the script sample in another thread (there are also further infomrations about the usage and adjusting the script: http://forum.pspad.com/read.php?2,48923,48931#msg-48931 Besides regex replacements via javascript, you can also use many PSPad builtin functions, check runPSPadAction("..."); mentioned later in the same thread. hth, vbr -- <http://forum.pspad.com/read.php?2,59371,59377> PSPad freeware editor http://www.pspad.com
