Public Function LCaseInPlace( _ ByRef rValue As Variant _ ) As Variant
Assuming Dim S As String S = "THIS is a SAMPLE." for example LCaseInPlace(S) = "this is a sample." leaves S = "this is a sample."See also:
UCaseInPlace Function ProperCaseInPlace Function LCase Function (Visual Basic)rValue: String argument which is converted to its lower-case equivalent. Function also returns the lower-case value of rValue.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.