LOTUSSCRIPT-SPRACHE


LTrim function
Beispiel

Removes leading spaces from a string and returns the result.

Syntax

LTrim ( stringExpr )

Elements

stringExpr


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.

Beispiel
Siehe auch