Hi,
I must export a database with memofield using a XML file. But in this fields are formfeed characters CHR(12). XML file don't accept ASCII code <32 (except chr(9), chr(10) and chr(13)). How can I do it?
Regards
Piotr
XML and CHR(12)
Re: XML and CHR(12)
Hi,
You need to use memotran() function. There is also the chr(141) in your memo field.
You need to use memotran() function. There is also the chr(141) in your memo field.