Menu

Problem merging lines

2007-10-16
2012-11-13
  • Jhonny Cano

    Jhonny Cano - 2007-10-16

    I can't merge various lines in one. I have a file with 30 lines and i want to convert this into 1 line, ex:

    line1
    line2
    line3

    to

    line1,line2,line3

    How can I Achieve this???
    thanks.

     
    • Nobody/Anonymous

      Move cursor to the top of the file.
      Press CTRL+R to open Replace Dialog.
      Press CTRL+M in the Find field.
      Press , in the Replace field.
      Uncheck the Selection checkbox.
      Uncheck any other unwanted option.
      Press the Find button.
      Press Replace Rest button.