Syntax:
Group: Miscellaneous
Description:
Return a string by concatenating all the values in the array with Sep in
between each one.
Parameter Description
StrArray Concatenate values from this array.
Sep Use this string value to separate the values. (Default: " ")
See Also: Split( ).
Example: