Excerpt | ||
---|---|---|
| ||
listToString(array) Takes a list and returns the concatenation of the values in that list. |
Function: listToString()
This function takes a list and returns a string which is the concatenation of the string representation of each element of the list, with each element separated by a comma.
...