Easy Tutorial
❮ Func Abs Func Scriptengine ❯

VBScript LTrim Function



The LTrim function removes spaces on the left side of a string.

Note: See also the RTrim and Trim functions.

Syntax

Parameter Description
string Required. A string expression.

Example

Example

The output of the above example:


❮ Func Abs Func Scriptengine ❯