Answers seem to be all over the place as to the best approach. I just need a simple way to take an array of string values and combine them into one and a way to separate them again to re-insert them into an array. Nothing fancy required.
Basically I just need the proper syntax for joining two strings with some type of separator and the syntax for breaking those strings back up again. I'll handle the looping function outside of the combining function.