InputRecordStream.ReadRecordTo

Syntax

InputRecordStream.ReadRecordTo( context, record)

Return Value

Long

Returns 0 if a record was successfully read. Returns non-zero if end of file was encountered before reading a record.

Purpose

Read the next record from this stream.

Parameters

context As SequenceContext

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

record As String Array

[In/Out] An array of lookup strings specifying where to store the fields from the incoming record. The lookup strings are evaluated relative to the SequenceContext specified by the context parameter.

See Also

CsvFileInputRecordStream.ReadRecordTo

InputRecordStream.ReadRecord

OutputRecordStream.WriteRecordFrom