LeftTrimW

Description

Removes spaces from the beginning of a string.

NoteObsolete function This function is obsolete. It has the same behavior as LeftTrim in all environments.

Syntax

LeftTrimW ( string )

Returns

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.