I have a function that concatenates strings inside a 2D arrays. There are 208 strings in this array
I need it to stop the concatenates after 200 strings, 2 put together. 8 strings are left unconcatenated.
So the result would be 108 strings. But I can't get it to stop after 200 strings. How would I stop it after it reach 200 strings or an index.