Jul 30, 2001 #1 kruxty Programmer Jul 17, 2001 197 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, )
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, )
Jul 30, 2001 #2 jmarler Programmer Jan 29, 2001 679 US Use the Ucase$ command. For example . . . Code: variable = Ucase$(variable) - Jeff Marler B-) Upvote 0 Downvote