Page 1 of 1

XML and CHR(12)

Posted: Wed May 08, 2019 10:37 pm
by Piotr D
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

Re: XML and CHR(12)

Posted: Thu May 09, 2019 1:12 am
by skiman
Hi,

You need to use memotran() function. There is also the chr(141) in your memo field.