Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ConvertSeparatorToEOL Property
In This Topic
ConvertSeparatorToEOL Property
In This Topic
Returns or specifies how line separators are handled during ASCII file transfers.
Syntax
expression.ConvertSeparatorToEOL As Boolean
where expression is a variable that represents a FileTransfer Object
Remarks
When this property is set to true, a new line is generated at the end of each record that is received from the host during an ASCII transfer. The equivalent property is ConvertEOLToSeparator, which determines whether the host generates a new record every time it receives the carriage return/linefeed sequence from Reflection. The default value is true.
See Also