Writes record(s) to an open datalog file specified by refnum. Sets the current datalog position to the end of the file before writing.


icon

Inputs/Outputs

  • cudlrn.png refnum

    refnum is the file refnum associated with the file to which you want to write.

  • cpoly.png record(s)

    record(s) contains the datalog records to write to the datalog file.

    record(s) must be either a data type that matches the record type specified when you open or create the file or an array of such record types. In the former case, this function writes record(s) as a single record in the datalog file. If necessary, the function coerces numeric data to the representation of the record type of this parameter. In the latter case, this function writes each record in the array separately in the datalog file in row-major order.
  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • iudlrn.png refnum out

    refnum out returns refnum.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.