LTrim

Description

Returns the specified string with all spaces trimmed from the left end.

Syntax

LTrim(AString: String): String 

Example

LTrim(“   101203“)

The return value is 101203.