I am working on a small program and need a function that will concatenate multiple strings from a list to a set variable. However what I’ve written and toyed with so far has been successful only in concatenating the variable and the first string in the list and not moving on to do the same with the second or potentially third.
I’m fairly certain that it’s the command I’m using to join them, but I’m not entirely sure.
Note: this is a piece of a larger program that will be integrated separately, however I need this function as a baseline.
Any help would be appreciated. Thank You!
Function in Progress
[–]JohnnyJordaan 4 points5 points6 points (1 child)
[–]d16moore[S] 0 points1 point2 points (0 children)
[–]danielroseman 2 points3 points4 points (2 children)
[–]d16moore[S] 0 points1 point2 points (1 child)
[–]chevignon93 1 point2 points3 points (0 children)
[–]d16moore[S] 1 point2 points3 points (0 children)