Re: determing the data whether upper orr lower case Hi,
Get Ascii Key code values for every character in the string and check it.
If the Key Code ranges from 65 - 90, it should be UpperCase and
The Key Code ranges from 97 - 122, it should be LowerCase.
Regards
A.Ramesh |