Converts a string vector into a custom separated string.
Converts a string vector into a custom separated string. This function takes all items from the string vector slPieces and glues them together with the string sGlue. The resulting string is returned.