Difference between revisions of "LTRIM()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
m (Text replace - "Recital" to "Lianja")
Line 17: Line 17:
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
? ltrim("  Recital")
+
? ltrim("  Lianja")
Recital
+
Lianja
 
</code>
 
</code>
  
  
 
==Products==
 
==Products==
Recital Server, Recital
+
Lianja Server, Lianja
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 22:40, 7 December 2012

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("   Lianja")
Lianja


Products

Lianja Server, Lianja