Search Tools Links Login

Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code


Visual Basic 6, or VB Classic

This will uppercase the first letter of a every word in a string. For Example "this is a string" -> "This Is A String".
You need only 1 line of code.

Original Author: gunti

Code

'Here it is (example with msgbox)
MsgBox StrConv("do you think this is usefull ? i do.", vbProperCase)

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 99 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.