Delete line starting with a specific word

Delete line starting with a specific word

3
NewbieNewbie
3

    Feb 13, 2006#1

    During a macro I would like to delete a line that starts with the word 'Lijst'.

    How can I delete this specific line?!? :?:

    6,682583
    Grand MasterGrand Master
    6,682583

      Feb 13, 2006#2

      With UnixReOff

      Find RegExp "%Lijst*^p"
      Replace All ""

      or with UnixReOn

      Find RegExp "^Lijst.*^p"
      Replace All ""
      Best regards from an UC/UE/UES for Windows user from Austria

      344
      MasterMaster
      344

        Feb 13, 2006#3

        Hi JiTS_NL

        Use this macro
        UnixReOff
        Find RegExp "$%Lijst*$"
        Replace All ""
        UnixReOn

        Last line only if you prefer Unix-search settings

        rds Bego
        Normally using all newest english version incl. each hotfix. Win 10 64 bit