-
more about lower case and upper case
Hi, thank you guys for great helps....
actually what I really wanted was:
"I AM A BIG MAN" => "I Am A Big Man"
Sorry for the confusion...
and I am also reading whole bunch of strings from a database.
Thank you!
-
Re: more about lower case and upper case
Look up LCase$ in the VB help files (also of interest may be UCase$).
Rick
"Larry" <l-sun@nwu.edu> wrote in message news:39539cc2$1@news.devx.com...
>
> Hi, thank you guys for great helps....
> actually what I really wanted was:
> "I AM A BIG MAN" => "I Am A Big Man"
> Sorry for the confusion...
> and I am also reading whole bunch of strings from a database.
> Thank you!
-
Re: more about lower case and upper case
****, I gotta read these questions more carefully . . .
Larry, you want the StrConv function and you want to use the vbProperCase
argument; like so
MsgBox StrConv("I AM A BIG MAN", vbProperCase)
Rick
"Rick Rothstein" <rick_newsgroup@email.com> wrote in message
news:39539dc4$1@news.devx.com...
> Look up LCase$ in the VB help files (also of interest may be UCase$).
>
> Rick
>
>
> "Larry" <l-sun@nwu.edu> wrote in message news:39539cc2$1@news.devx.com...
> >
> > Hi, thank you guys for great helps....
> > actually what I really wanted was:
> > "I AM A BIG MAN" => "I Am A Big Man"
> > Sorry for the confusion...
> > and I am also reading whole bunch of strings from a database.
> > Thank you!
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|