XML and CHR(12)

Xbase++ 2.0 Build 554 or later
Post Reply
Message
Author
Piotr D
Posts: 129
Joined: Mon Jul 28, 2014 1:26 am
Location: Poznań, Poland

XML and CHR(12)

#1 Post 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

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: XML and CHR(12)

#2 Post by skiman »

Hi,

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

Chris.
www.aboservice.be

Post Reply