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