LTrim function (LotusScript® Language)

Removes leading spaces from a string and returns the result.

Syntax

LTrim ( stringExpr )

Elements

stringExpr

Any string expression.

Return value

LTrim returns the trimmed version of stringExpr without modifying the contents of stringExpr itself. LTrim returns a Variant of DataType 8 (a String), and LTrim$ returns a String.

Example