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
Examples
      ? LTRIM( "HELLO     " )
Status

Ready

Compliance

This functions is CA-CLIPPER compatible

Platforms

All

Files

Library is rtl

See Also