On 2 Jun 2010, at 20:10, Leigh Daniels wrote:

This worked with your example data:

Find:
   ^([0-9]+)$

Replace:
   $1,

**Leigh

On Wed, Jun 2, 2010, Afflictedd2 <edvelez.g@gmail.com> wrote:

1
34
244
5


Also:

* Select all the lines you want to edit,
* Click "Text" Menu -> "Edit Each Line in Selection"
* Type ","

That'll do every line in the selection though, whereas the find/replace _only_ matches numbers. If you wanted to find/replace on all lines, not just numerical I'd use `$' as the find string and replace with simply `,'.

C
---
Caius Durling
+44 (0) 7960 268 100