qck.hlp (Table of Contents; Topic list)
LTRIM$, RTRIM$ Functions
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Remove leading spaces (LTRIM$) or trailing spaces (RTRIM$) from a string.
 
    LTRIM$(stringexpression$)
    RTRIM$(stringexpression$)
 
    ■ stringexpression$    Any string expression
 
 See Also
    String Operations