CsvFile.Write (gb.util)

Sub Write ( Line As Variant )

Desde 3.15

Write a new line into the CSV file.

The line contents can be specified as a Collection or a String array:
  • If you specify a Collection, then its keys must be the field names as specified in the Fields property.

  • If you specify an array, then the nth array element will correspond to the nth field.