views:

31

answers:

1

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

+1  A: 

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

Alex K.