Microsoft Scripting Runtime
TextStream Object / WriteLine Method
In This Topic
    WriteLine Method
    In This Topic
    Description
    Write a string and an end of line to the stream
    Syntax
    Visual Basic
    Public Sub WriteLine( _
       Optional ByVal Text As String = "" _
    ) 
    Parameters
    Text
    See Also