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