by gunti (6 Submissions)
Category: String Manipulation
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
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.
'Here it is (example with msgbox)
MsgBox StrConv("do you think this is usefull ? i do.", vbProperCase)
No comments have been posted about Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code. Why not be the first to post a comment about Uppercase The First Letter Of Every Word Inside A String With Only 1 Line Of Code.