TextWriter.Write

Syntax:

Write(<Line>)

Parameters:

<Line> (required)

Type: String.
Currently recording text line.

Description:

Writes text line into a file. No separator is put after the written line.

Availability:

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

Example:

Text.Write("Welcome!"); // writes the "Welcome!" line to a file


    

1C:Enterprise Developer's Community