LTRIM()
Removes leading spaces from a string
Syntax
LTRIM( <cString> ) --> cReturn
Arguments
<cString> Character expression with leading spaces
Returns
LTRIM() returns a copy of the original string with leading spaces removed.
Description
This function trims the leading space blank
Note : Characters with ASCII code 9, 10 and 13 always treated as “white spaces”.
Examples
? LTRIM( "HELLO " )
Compliance
Clipper
Platforms
All
Files
Library is rtl
Seealso
TRIM(), RTRIM(), ALLTRIM()
Pingback: Harbour All Function – L | Viva Clipper !
Pingback: Harbour String Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !