Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ConvertEOLToSeparator Property
In This Topic
    ConvertEOLToSeparator Property
    In This Topic
    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
    expression.ConvertEOLToSeparator As Boolean
    where expression is a variable that represents a FileTransfer Object
    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