Difference between revisions of "LTRIM()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to trim spaces from left | Function to trim spaces from left | ||
Line 12: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ALLTRIM()]], [[RPAD()]], [[RTRIM()]], [[STRTRAN()]], [[TRIM()]] | + | [[ALLTRIM()]], [[RPAD()]], [[RTRIM()]], [[SET STRESCAPE]], [[STRTRAN()]], [[TRIM()]] |
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 12:06, 21 July 2010
Purpose
Function to trim spaces from left
Syntax
LTRIM(<expC>)
See Also
ALLTRIM(), RPAD(), RTRIM(), SET STRESCAPE, STRTRAN(), TRIM()
Description
The LTRIM() function removes leading spaces from the character expression <expC>.
Example
? ltrim(" Recital") Recital
Products
Recital Server, Recital