Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > L

LTRIM

Scroll Prev Top Next More

(LTRIM(text))

 

Trims leading blanks from text, returning a text string.

 

In the following example, the value of vltrim is the text string ABCDE without the leading blanks.

 

SET VAR vltrim = (LTRIM('   ABCDE'))