IR Framework

String.lTrim Method

Returns a copy of the string with any leading spaces removed.
object.lTrim ( )

Arguments

object
Required. Always the name of a String object.



Return Value

The String.lTrim method returns a copy of the string with any leading spaces removed.

Remarks

The following example illustrates the use of the String.lTrim method.

Alert("   Hello".lTrim());


Requirements