Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / ConvertCrLfOption Enumeration
In This Topic
ConvertCrLfOption Enumeration
In This Topic
Specifies whether a carriage return and a line-feed character at the end of each line of an binary/ASCII file are removed (when the file is sent to the host) or added (when the file is received from the host).
Members
MemberDescription
ConvertCarriage return and line-feed characters are added and removed.
IgnoreCarriage return and line-feed characters are not added or stripped.
Remarks
CR/LF processing is typically appropriate for ASCII files but not for binary files. This property affects IND$FILE transfer and is applicable to 3270 sessions only.
See Also