[progress Communities] [progress Openedge Abl] Forum Post: Question On Right-trim()

  • Thread starter Thread starter byoung2735
  • Start date Start date
Status
Not open for further replies.
B

byoung2735

Guest
Question on right-trim(), is this expected functionality? def var c as character no-undo. c = "foo.p". display right-trim( c, ".p" ). /* this displays "foo" */ c = "foop". display right-trim( c, ".p" ). /* dlso displays "foo", but since there is no dot P I'd have expected "foop" */ Thanks.

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