Add something after ENTER symbol

Add something after ENTER symbol

11
Basic UserBasic User
11

    Sep 10, 2004#1

    Hi,
    I have a big list of data thats looks like :

    11223344
    22334455
    33445566

    etc...

    And using find/replace option,I would like to add 2 zeros at the end of each line.So the final edited file should looks like :

    1122334400
    2233445500
    3344556600

    The question is,how do I specify that ENTER symbol after each line in UE into search box,so i can replace it with two zeros ? It's possible or I will need
    to stuck with that macros ?
    Thanks.

    38
    Basic UserBasic User
    38

      Sep 10, 2004#2

      Do a Find for ^p and replace with 00^p

      Dan
      Daniel Kirkdorffer
      http://www.kirkdorffer.com/

      11
      Basic UserBasic User
      11

        Sep 10, 2004#3

        Thank you,it's works !