Can I read in a file into a string buffer?

K

Kenji

I'm used to using fso.opentextfile... but the mac does not have it.

How can I open a file's content into a string buffer? Thanks!

Kenji
 
K

Kenji

Oops..

open filePath for input as #1
input #1, stringbuffer

seems to work. Sorry

Kenji
 

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