I have a string of text with items separated by a semicolon. There could be one, a couple, or hundreds of these items.
I need to process these items in batches of up to 100. I can use an array or a list, either is fine. However, LINQ is not an option.
I can come up with clunky ways of doing this, but is there a way to do this that is both efficient and tight?
Use this
and use this