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

