CsvFile.Write (gb.util)
Sub Write ( Line As Variant )
Write a new row of columns in the CSV file.
-
Line is the contents of the columns.
Line can be either a string array of column values (following the
Columns order), or a collection of column values indexed by column names.