str = csvconcat (c) ¶str = csvconcat (c, sep) ¶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