CrLf Property (Read/Write)

Top  Previous  Next

It is used when transferring file from a host to a PC.

If set to True, CRLF characters, chr(13)+chr(10), are added to the end of each line. If set to False no characters are added.

 

Visual Basic Syntax

 

IndFile.CrLf [= Boolean]

 

C# Syntax

 

IndFile.CrLf; [= bool]

 

 

See also Ascii property.