masp: -------------------------------------------------------------------------------- How to replace all tab symbols to new line symbol ?
easy task but I can not resolwe Thanks! -------------------------------------------------------------------------------- Using the latest beta version of PSPad http://forum.pspad.com/read.php?6,54269 you should be able to use a regular expression replacement replace: \t with: \n [x] regular expression in older versions you should use the same replacement, but also set the cursor at the end of the text first and use the search direction "backwards". hth, vbr -- <http://forum.pspad.com/read.php?2,54550,54551> PSPad freeware editor http://www.pspad.com
