Skip to main content

TextStream.WriteLine method

Table of contents
  1. Syntax

Writes a specified string and newline character to a TextStream file.

Syntax

object.WriteLine ([ string ])

The WriteLine method syntax has these parts:

Part Description
object Required. Always the name of a TextStream object.
string Optional. The text you want to write to the file. If omitted, a newline character is written to the file.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>