Write Datalog Function

Owning Palette: Datalog Functions

Requires: Base Development System

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

 Add to the block diagram  Find on the palette
refnum is the file refnum associated with the file to which you want to write.
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.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
refnum out returns refnum.
error out contains error information. This output provides standard error out functionality.