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