hello,
i try to write this line <?xml version=“1.0“> to a file:
...............
Set objTextStream = objFs.CreateTextFile(filename, True)
objTextStream.WriteLine (" <?xml version=" 1.0" “)
................
but because of qutation mark i get Error!
I ‚ m thankful for a hint
i try to write this line <?xml version=“1.0“> to a file:
...............
Set objTextStream = objFs.CreateTextFile(filename, True)
objTextStream.WriteLine (" <?xml version=" 1.0" “)
................
but because of qutation mark i get Error!
I ‚ m thankful for a hint