MrSpock: -------------------------------------------------------------------------------- Menu Edit -> Lines Manipulation -> Insert Text into Lines ... or press ALT+I. --------------------------------------------------------------------------------
That's pretty cool actually, not sure how/why I missed that! Although it doesn't handle consecutive numbering, you can also achieve this with a basic regexp s/r: Search: ^(.*)$ Replace: entry=$1 -- <http://forum.pspad.com/read.php?2,44043,44045> PSPad freeware editor http://www.pspad.com
