up vote 1 down vote favorite
1
share [fb]

How would you use FileSystemObject to write to a string to a file in Unicode?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The 2nd argument of OpenAsTextStream determines if you want unicode or ascii.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.