J
JB
Hi All,
I can write a Tab character in the Value of an XML field, but when I
read the XML file back I get an empty string instead!!!
Here's the sample code:
'Write the Tab char in Separator Field. Works fine (i.e. there's a Tab
in the File)
Writer.WriteElementString("Separator", vbTab)
'Read the field back and sSeparatorChar contains an emppty String!
sSeparatorChar = Reader.ReadElementContentAsString("Separator", "")
Can anybody help me on that one?
Thanks
JB
I can write a Tab character in the Value of an XML field, but when I
read the XML file back I get an empty string instead!!!
Here's the sample code:
'Write the Tab char in Separator Field. Works fine (i.e. there's a Tab
in the File)
Writer.WriteElementString("Separator", vbTab)
'Read the field back and sSeparatorChar contains an emppty String!
sSeparatorChar = Reader.ReadElementContentAsString("Separator", "")
Can anybody help me on that one?
Thanks
JB