InputRecordStream.ReadRecordTo
- Updated2025-07-21
- 1 minute(s) read
InputRecordStream.ReadRecordTo
Syntax
InputRecordStream.ReadRecordTo( context, record)
Return Value
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.