Loadable Function: str = csvconcat (c)
Loadable Function: str = csvconcat (c, sep)
Loadable Function: str = csvconcat (c, sep, prot)

Concatenate a cell into a CSV string or array of strings. sep (character value) changes the character used to separate two fields. The default value is a comma (,). prot (character value) changes the character used to protect a string. The default is a double quote (").

Package: io