View Single Post
Old Mar 13th, 2006, 7:03 AM   #2
Uday
Programmer
 
Join Date: Oct 2005
Location: India
Posts: 30
Rep Power: 0 Uday is on a distinguished road
To check upper case you must check the ascii value of it. I.e checking the ascii value and if it is in between 32 and some number then it will be in upper case. This must be done to all the characters then only the string can be converted to upper case.

Last edited by Uday; Mar 13th, 2006 at 7:24 AM.
Uday is offline   Reply With Quote