String.lTrim MethodReturns a copy of the string with any leading spaces removed.object.lTrim ( ) Arguments
Return ValueThe String.lTrim method returns a copy of the string with any leading spaces removed.RemarksThe following example illustrates the use of the String.lTrim method.Alert(" Hello".lTrim()); Requirements |