Public Function RTrimInPlace( _ ByRef rValue As Variant _ ) As Variant
Assuming Dim S As String S = " This is a sample. " for example RTrimInPlace(S) = " This is a sample." leaves S = " This is a sample."See also:
LTrimInPlace Function TrimInPlace Function RTrim Function (Visual Basic)rValue: String argument which is to have its trailing space characters removed. Function also returns the "right-trimmed" value of rValue.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.