How would you use FileSystemObject to write to a string to a file in Unicode?
views:
31answers:
1
+1
A:
The 2nd argument of OpenAsTextStream
determines if you want unicode or ascii.
Alex K.
2010-06-11 09:54:11