Ltrim()

Top  Previous  Next

LTrim() - Remove leading spaces from a string

Description

The LTrim() function is used to remove the leading spaces from a string.

LTrim(string)

Example

MyString = LTrim("  Hello  ") 'returns "Hello  "