LTrim

Description

Returns the specified value with all spaces trimmed from the beginning of the string.

Syntax

LTrim(String: String): String 

Example

LTrim(“   101203“)

The return value is 101203.