Simple Text Break

Simple Text Break

3
NewbieNewbie
3

    Aug 24, 2006#1

    Sorry if this was posted elsewhere I could not find it.

    I have a "really" large text file open with UE. I need to define a macro with a specific line of text..ie-TEXTTEXTTEXT. After every line of text that reads (TEXTTEXTTEXT) I want it to start a new line.

    ex: this is for the test TEXTTEXTTEXT
    this is test two TEXTEXTTEXT
    etc

    So with this large file a macro would condense the text into particular lines after each time it found that text file. I have done similar things with UE, with macros like Find "TEXTTEXTTEXT" but I cannot get it to break it into seperate lines. If anyone has any input it would be great, Im racking my brain and being rather counterproductive. Thanks in advance..

    Adam

    6,686585
    Grand MasterGrand Master
    6,686585

      Aug 24, 2006#2

      A normal replace can do that.

      Find "TEXTTEXTTEXT"
      Replace "TEXTTEXTTEXT^p"

      ^p inserts CRLF. For more "codes" see help about the Find or Replace command.
      Best regards from an UC/UE/UES for Windows user from Austria