PDA

View Full Version : String functions "rtrim"/"ltrim"


HayoOellrich
05-29-2002, 07:19 AM
SF 6.0.1 provides a lot of string functions, but when comparing with other tools, some often used are missing:

Would like to have "rtrim" (remove blanks from the right of the string) and "ltrim" (same for left). Maybe also "rpad" and "lpad" (add specified cahr to the right,left side, a specified number of times).

Hayo