VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Capitalize a string... vb6 version of Vaders routine using VB's built in StrConv function.

by Roger Johansson (1 Submission)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 23rd October 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Capitalize a string... vb6 version of Vaders routine using VB's built in StrConv function.

Rate Capitalize a string... vb6 version of Vaders routine using VB's built in StrConv function.



' Call like this :
' Text2.Text = Capem(Text1.Text)
    Capem = StrConv(mystring, vbProperCase)
End Function

Download this snippet    Add to My Saved Code

Capitalize a string... vb6 version of Vaders routine using VB's built in StrConv function. Comments

No comments have been posted about Capitalize a string... vb6 version of Vaders routine using VB's built in StrConv function.. Why not be the first to post a comment about Capitalize a string... vb6 version of Vaders routine using VB's built in StrConv function..

Post your comment

Subject:
Message:
0/1000 characters