Hi,
I have a string var. I want to save this as an XML file (.xml file). Can anyone suggest a way???
thanx in advance
Printable View
Hi,
I have a string var. I want to save this as an XML file (.xml file). Can anyone suggest a way???
thanx in advance
What do you mean with XML file?
Yea, a little more info would help. XML is just text, so you should be able to save it easily, you just have to know what the format of the XML is. The real question is, why would you want to bother with turning one single string variable into an XML file?
------------------
WebMan