Alltrim() help
Posted: Wed Feb 26, 2020 1:06 am
Hi guys,
I have this line code:
fwrite(marq,'<xLgr>'+Alltrim(oArqCli:ENDERECO)+'</xLgr>'+mfim)
Just fine but in some cases a blank caracter apears in xml (end of oArqCli:ENDERECO field) like this:
<xLgr>RUA 2 QD 13 LT 15 </xLgr>
Shouldn't Alltrim() remove whites at the beginning and end?
Thanks!
I have this line code:
fwrite(marq,'<xLgr>'+Alltrim(oArqCli:ENDERECO)+'</xLgr>'+mfim)
Just fine but in some cases a blank caracter apears in xml (end of oArqCli:ENDERECO field) like this:
<xLgr>RUA 2 QD 13 LT 15 </xLgr>
Shouldn't Alltrim() remove whites at the beginning and end?
Thanks!