Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Switch all letters from a string to Caps Lock

Status
Not open for further replies.

kruxty

Programmer
Joined
Jul 17, 2001
Messages
197
Location
PT
I have a variable with a string (e.g text = "variable") and i want to make all letters like if the caps lock was activated!
ANy help?

Kruxty, :o)
 
Use the Ucase$ command. For example . . .


Code:
variable = Ucase$(variable)


- Jeff Marler B-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top