Upper & lower case string function?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There are Ucase and Lcase functions in VB, but is there any way to convert a string to upper and lower (or mixed) case, leaving words capitalized
ctda
 
ctdak said:
There are Ucase and Lcase functions in VB, but is there any way to
convert a string to upper and lower (or mixed) case, leaving words
capitalized? ctdak

That's one of the options of the StrConv() function.
 
Thanks, Dirk. You did it again. I was unaware of this function
ctda

----- Dirk Goldgar wrote: ----

ctdak said:
There are Ucase and Lcase functions in VB, but is there any way t
convert a string to upper and lower (or mixed) case, leaving word
capitalized? ctda

That's one of the options of the StrConv() function
 
Back
Top