LTrim()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LTrim()

Previous pageReturn to chapter overviewNext page

Purpose

To remove leading spaces from a character string

Syntax

LTrim( <cString> ) cTrimmed

Arguments

<cString> is the character string to trim.

Returns

LTrim() returns <cString> without leading spaces.