[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Weird behaviour with TRIM() LEFT-TRIM() and RIGHT-TRIM() when dealing with multiple cha

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
I thought it was in the doc, but I believe that TRIM will trim " ", "A", "N" and "D" (and not " AND"). def var andPos as Int. andPos = L-INDEX(string, " AND") is the way to go, IMO.

Continue reading...
 
Status
Not open for further replies.
Back
Top