Gentee Programming Language > Documentation > Libraries Download documentation

csv.write

Writing csv data to a file.
 
uint csv.write(
      str   filename
)

Parameters

filenameThe name of the file for writing. If the file already exists, it will be overwritten.

Return value

The size of the written data.

See also

    Working with CSV data


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