Should ALLTRIM delete ASC 10 + ASC 13, too.
If yes I think in Harbour for PPC this might not be the case.
Thanks in advance
Otto
ALLTRIM
ALLTRIM
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Enrico Maria Giordano
- Posts: 7356
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: ALLTRIM
No.Otto wrote:Should ALLTRIM delete ASC 10 + ASC 13, too.
EMG
Re: ALLTRIM
Hello Otto:
?Len(AllTrim( "123"+CRLF)) //returns 5
?Len(AllTrim( " "+CRLF)) // returns 0
Best regards.
Manuel Mercado
Clipper, xHarbour and Harbour_ce give same results:Otto wrote:Should ALLTRIM delete ASC 10 + ASC 13, too.
If yes I think in Harbour for PPC this might not be the case.
?Len(AllTrim( "123"+CRLF)) //returns 5
?Len(AllTrim( " "+CRLF)) // returns 0
Best regards.
Manuel Mercado
manuelmercado at prodigy dot net dot mx
Re: ALLTRIM
Hello Manuel, hello Enrico,
thank you for your help.
Best regards,
Otto
thank you for your help.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
********************************************************************
- Enrico Maria Giordano
- Posts: 7356
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: ALLTRIM
I wasn't aware of such behavior. It looks more like a Clipper bug, inherited from [x]Harbour, to me.mmercado wrote:?Len(AllTrim( " "+CRLF)) // returns 0
EMG