Programming with Reflection
XfrAsciiCrLf 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 an ASCII file you are sending to the host, or added to the end of each line of an ASCII 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 rcConvert.
rcConvert Carriage return and linefeed characters are added or stripped.
rcIgnore Carriage return and linefeed characters are not added or stripped.