• Login
Community
  • Login

how to group words in batch of 50's

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
2 Posts 2 Posters 1.5k 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.
  • E
    Edward Thompson
    last edited by Feb 24, 2017, 7:34 PM

    how to group words in batch of 50’s

    1 Reply Last reply Reply Quote 0
    • J
      Jim Dailey
      last edited by Jim Dailey Feb 24, 2017, 7:53 PM Feb 24, 2017, 7:52 PM

      WordsRemaining = GetWordCount(Input);
      while (WordsRemaining >= 50) {
      Batch(50,Input);
      WordsRemaining -= 50;
      }
      Batch(WordsRemaining);

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