Combine many strings into one.
Hi guys,
I've a list as per below of string names. I want to concantanate the value of each string in the list, into one combined string. So the result of below would be a string who's value would be "This is a sentence".
How would I code this ?
Begining = "This";
Middle = "is a";
End = "sentence"
StringList = {"Begining","Middle", "End"};
ron_horne
joickle
jkc5h5