Gentee Programming Language > Documentation > Libraries Download documentation

csv.append

Add a string to an csv object.
 
csv.append(
      arr   val of str
)

Parameters

val of strThe array of strings containing the elements of a string. All strings will be combined into one record and added to the csv object.

See also

    Working with CSV data


 Copyright © 2004-2006 Gentee Inc. All rights reserved.