OutputRecordStream.WriteRecordFrom

Syntax

OutputRecordStream.WriteRecordFrom( context, record)

Purpose

Write a record to the stream.

Parameters

context As SequenceContext

[In] Specifies the SequenceContext against which to evaluate the lookup strings specified by the record parameter.

record As Object Array

[In] An array of lookup strings specifying the fields to write to the stream. The lookup strings are evaluated relative to the SequenceContext specified by the context parameter.

See Also

CsvFileOutputRecordStream.WriteRecordFrom

OutputRecordStream.WriteRecord

InputRecordStream.ReadRecordTo