Difference between revisions of "LTRIM()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to trim spaces from left
 
Function to trim spaces from left
Line 10: Line 8:
  
 
==See Also==
 
==See Also==
[[ALLTRIM()]], [[RPAD()]], [[RTRIM()]], [[STRTRAN()]], [[TRIM()]]
+
[[ALLTRIM()]], [[RPAD()]], [[RTRIM()]], [[SET STRESCAPE]], [[STRTRAN()]], [[TRIM()]]
  
  
Line 25: Line 23:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
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