• Login
Community
  • Login

Stop Macro when find fails

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 2 Posters 315 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V
    Vance Neff
    last edited by Oct 18, 2022, 1:17 PM

    This was asked under General topics, but no response.
    I have a simple Macro that finds a term and deleted the line containing that term.
    But, after the last instance of that term was found, the Macro then proceeds to delete the remaining lines until it reaches the end of the file.

    How to stop the Macro when it no longer can find the search term?

    N 1 Reply Last reply Oct 18, 2022, 2:36 PM Reply Quote 0
    • N
      Neil Schipper @Vance Neff
      last edited by Oct 18, 2022, 2:36 PM

      @Vance-Neff I’ve also had some surprising behavior when deleting or moving lines in macros.

      I suggest you abandon this approach, and instead, use a regex F&R to match a complete line containing the term, something like:

      ^.*?YOUR_TERM.*?$

      and then, make sure the Replace with field is properly empty (no spaces).

      Use Replace a few times to satisfy yourself replacements are being done as expected, then Replace All to act on the whole file.

      1 Reply Last reply Reply Quote 0
      1 out of 2
      • First post
        1/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors