in reply to Re^2: Concatenate or Join?
in thread Concatenate or Join?

In that case, doing the concat (and thus skipping creating the array) could be faster, but would probably depend on such factors as the pattern of string lengths, and whether you could presize the string.

Dave.