16
Suggestion Archives / Re: "join list using separator" block
« on: December 12, 2013, 04:06:41 pm »
It's sufficient if you're only joining two elements. That's not what this is for, it's for large amounts of elements in a list. The text + text code would get unwieldy.
var string = text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text;
var string = text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text + "," + text;