Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

LTRIM()

Removes leading spaces from a string
---------------------------------------------------------------------------------

 Syntax

        LTRIM(<cString>)   --> <cReturn>  

 Arguments

        <cString>    Character expression with leading spaces    

 Returns

        <cReturn>    The same character expression with leading spaces 
                  removed

 Description

      This function trims the leading space blank

 Examples

      ? QOUT( LTRIM("HELLO     "))
  

Status

      Ready

 Compliance

      This functions is CA-CLIPPER compatible

 Platforms

      All

 Files

      Library is rtl



See Also: TRIM() RTRIM() ALLTRIM()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson