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...
Continue reading...