Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top