Function LTrim

LTrim(string)
The function returns a string containing a copy of a specified string with no leading spaces, tabs and linebreaks. Example:
sTrimmed = LTrim(" Hello World ") ' it is "Hello World "

See also: