TextWriter.Write
Syntax:
Parameters:
<Line> (required)
Currently recording text line.
Description:
Availability:
Example:
Text.Write("Welcome!"); // writes the "Welcome!" line to a file |
Syntax:
Parameters:
<Line> (required)
Description:
Availability:
Example:
Text.Write("Welcome!"); // writes the "Welcome!" line to a file |