Microsoft Scripting Runtime
Overview
In This Topic
    TextStream Object Members
    In This Topic
    Public Methods
    Close a text stream
    Read a specific number of characters into a string
    Read the entire stream into a string
    Read an entire line into a string
    Skip a specific number of characters
    Skip a line
    Write a string to the stream
    Write a number of blank lines to the stream
    Write a string and an end of line to the stream
    Public Properties
    Is the current position at the end of a line?
    Is the current position at the end of the stream?
    Current column number
    Current line number
    See Also