Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > R

RTRIM

Scroll Prev Top Next More

(RTRIM(text))

 

Trims trailing blanks from text, returning a text string.

 

In the following example, the value of vrtrim is the text string ABCDE without the trailing blanks.

 

SET VAR vrtrim = (RTRIM('ABCDE   '))