OpenAsTextStream

  • Thread starter Thread starter JohnV
  • Start date Start date
J

JohnV

Has anyone worked with the Textstream object or used
OpenAsTextStream to read a text file into a string or an
array?

Any help would be appreciated.

Regards,
JohnV
 
I can find little about working with Textstreams. How do
you declare an object for a textstream, read the line into
a string or an array, etc.? Is there any documenation on
the topic (the help file on this subject leaves much to be
desired)?

Thanks,
JohnV
 
text Streams are part of VBscript.
Download the vbscript documentation from Microsoft
You must set a reference to vbscript in your project or use late binding

HS
 
If you open the VBE and then open VB Help, type "TextStream" into the Index
window. That will bring up various information related to this option.
 
Back
Top