csv.append
Adds a string to a csv object.
method csv.append (
arrstr arrs
)
arrstr arrs
)
Parameters
arrs | The array of strings containing the elements of a string. All strings will be combined into one record and added to the csv object. |
Related links | Source |