O.P. How to write to xml file?
I would like to write some text to an xml file. First, I would like to know how to open a file to write? And then, how to "write" to the file, and at last, how to save it? I know how to use FileSystemObject in Visual Basic 6, but it seems that it doesn't work in the same syntax in this system.
Another question is that, when calling MsgPlus.DisplayToast, how to output a line break? I cannot use HTML tag <br> and also what I use in VB6 - chr(13).
Thanks!!
This post was edited on 07-30-2006 at 04:33 PM by y2kbug.
|