I'm writing XML to a text file in vB but the file contains a hidden "?" at the head of the file (it is visible on examining the parsed XML stream):
Code:= My.Computer.FileSystem.WriteAllText(DatFileName, GlobalVariables.DatContents, False, encoding:=System.Text.ASCIIEncoding.ASCII)
How can I suppress this or prevent it?? Thanks!