Removes spaces from the beginning of a string.
Obsolete function This function is obsolete. It has the same behavior as LeftTrim in all environments.
LeftTrimW ( string )
String. Returns a copy of string with leading spaces deleted if it succeeds and the empty string ("") if an error occurs. If string is null, LeftTrimW returns null.