powered by
A method that formats an input list made of strings into a single output string. The output string is formatted as [e1,e2,...,en].
c_to_string(var)
(list) - A string list
(character) - An output string made of the input list elements, formatted as [e1,e2,...,en].