Upper & lower case string function?

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
 
D

Dirk Goldgar

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top