Microsoft Scripting Runtime
TextStream Object Members
Overview 
Public Methods
Public Method CloseClose a text stream
Public Method ReadRead a specific number of characters into a string
Public Method ReadAllRead the entire stream into a string
Public Method ReadLineRead an entire line into a string
Public Method SkipSkip a specific number of characters
Public Method SkipLineSkip a line
Public Method WriteWrite a string to the stream
Public Method WriteBlankLinesWrite a number of blank lines to the stream
Public Method WriteLineWrite a string and an end of line to the stream
Public Properties
Public Property AtEndOfLineIs the current position at the end of a line?
Public Property AtEndOfStreamIs the current position at the end of the stream?
Public Property ColumnCurrent column number
Public Property LineCurrent line number
See Also

TextStream Object

Send feedback