VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Transform entered text into Ucase format with one line of code

by Gabriel (3 Submissions)
Category: String Manipulation
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Sun 4th February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Transform entered text into Ucase format with one line of code

Rate Transform entered text into Ucase format with one line of code



    KeyAscii = Asc(UCase(Chr(KeyAscii)))
End Sub

Download this snippet    Add to My Saved Code

Transform entered text into Ucase format with one line of code Comments

No comments have been posted about Transform entered text into Ucase format with one line of code. Why not be the first to post a comment about Transform entered text into Ucase format with one line of code.

Post your comment

Subject:
Message:
0/1000 characters