Joining strings in a list

I’m trying to add a prefix to a list of strings.

But String.Join and String.Cat both join the whole list into one string.

String.ChangeCase does it to each list member, but not these two.

Is there a way around this?

1 Like

BTW, I’d assuming it’s Lacing, but I don’t see a way to add Lacing to a Code Block