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.
    • Edward ThompsonE
      Edward Thompson
      last edited by

      how to group words in batch of 50’s

      1 Reply Last reply Reply Quote 0
      • Jim DaileyJ
        Jim Dailey
        last edited by Jim Dailey

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

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