Difference between revisions of "LTRIM()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to trim spaces from left
 
Function to trim spaces from left
 
  
 
==Syntax==
 
==Syntax==
 
LTRIM(<expC>)
 
LTRIM(<expC>)
 
  
 
==See Also==
 
==See Also==
 
[[ALLTRIM()]], [[RPAD()]], [[RTRIM()]], [[SET STRESCAPE]], [[STRTRAN()]], [[TRIM()]]
 
[[ALLTRIM()]], [[RPAD()]], [[RTRIM()]], [[SET STRESCAPE]], [[STRTRAN()]], [[TRIM()]]
 
  
 
==Description==
 
==Description==
 
The LTRIM() function removes leading spaces from the character expression <expC>.
 
The LTRIM() function removes leading spaces from the character expression <expC>.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
Lianja
 
Lianja
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==

Latest revision as of 12:58, 11 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