Is there a way to do this with strings instead of numbers?
For example, instead of adding numbers to have a total, I would rather concatenate strings to have an accumulated string instead?
I've looked and couldn't find a built-in function like Sum() for Concatenating strings. This should be a...