InfoConnect for Airlines VBA Guide
ConvertEOLToSeparator Property
Returns or specifies whether the WRQ/Reflection file transfer host program is instructed to generate a new record every time it receives the carriage return/linefeed sequence from the emulator.
Syntax
Object.ConvertEOLToSeparator As Boolean
Remarks
This property applies to ASCII transfers to the host. The equivalent property for transfers from the host is ConvertSeparatorToEOL, which determines whether a new line is generated at the end of each record that is received from the host during an ASCII transfer. The default value is true.
See Also