maki: -------------------------------------------------------------------------------- h t tp://example.com/?from=_[color=#00F000]20[/color]_ h t tp://example.com/?from=_[color=#00F000]40[/color]_ h t tp://example.com/?from=_[color=#00F000]780[/color]_
number changes every 20 20, 40, 80, 100 .. 780 it is possible to create a list in the PSPad? -------------------------------------------------------------------------------- Hi, this can be done in multiple steps: create a file with 780 empty lines (e.g. ba pressing Enter several times, copying all to the clipboard and pasting repeatedly - Ctrl+A, Ctrl+C, Ctrl+V - Ctrl+V ...) Insert line numbering as mentioned in the previous post - Alt+I (make sure to have no separator after the number) Use the "List" button in the search dialog (Ctrl+F) with [x] regex activated - pattern ^\d*[02468]0$ - in a new file tab, only the needed multiples of 20 should be listed Use Alt+I (Edit / Lines manipulation / Insert text to lines) once more to insert h t tp://example.com/?from= at the beginning of the lines hth, vbr -- <http://forum.pspad.com/read.php?2,64009,64014> PSPad freeware editor http://www.pspad.com
