Programming with Reflection
XfrBinaryCRLF property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether a carriage return and a linefeed character are stripped from the end of each line of a binary file you are sending to the host, or added to the end of each line of a binary file you are receiving from the host. 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.
The default is rcIgnore.
rcConvert Carriage return and linefeed characters are added/stripped.
rcIgnore Carriage return and linefeed characters are not added/stripped.