TextWriter.WriteLine

Syntax:

WriteLine(<Line>, <Splitter>)

Parameters:

<Line> (required)

Type: String.
Currently recording line. After you wrote the line in a file, you can add the line splitter.

<Splitter> (optional)

Type: String.
Line splitter. If you have not typed in a line splitter, then when you open a file, it will match the one in your settings.
Default value: LF.

Description:

Writes text line into a file. Enter splitter at the end of the line.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

Text.WriteLine("Welcome!");

    

1C:Enterprise Developer's Community