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
 
Top