Check to see if entire string is UpperCase?
if ucase(myStr) = mystr then
'it looks the same as uppercase
But if your string looks like:
myStr = "7!@#$_-==--"
Then upper/lower case doesn't really make sense.
msnyc07 wrote:
I know I can check if an individual character is uppercase If X Like "[A-Z]"
but is there a way to check if a string of indeterminate length is all
uppercase?
--
Dave Peterson
|