-
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks