Use regular expressions, search for:
dot space digits space dot 
and replace with:
dot line end digits space dot

In PSPad:
go to end of the document
Search dialog and write:
search: \. (\d+ \.)
replace: .\n$1
(o)backward direction
[x]regular expressions

-- 
<http://forum.pspad.com/read.php?2,49299,49302>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem