Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > S

STRIM

Scroll Prev Top Next More

(STRIM(text))

 

Trims trailing blanks from text, returning a text string.

 

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

 

SET VAR vstrim = (STRIM('ABCDE   '))