OpenAsTextStream

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
 
J

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
 
H

HSalim

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
 
K

Ken Snell

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top