Posted by Ethan on July 16, 2000 at 18:41:14:
In Reply to: How can I convert upper to lower case? posted by HR on July 16, 2000 at 18:01:28:
: Supporse I want my program to recognize "AAA" and "aAa" and "aaa" to be the same, how can I convert a string into all lower-case?
: strlwr() only way? (other than writing my own funcion)
there is a toupper function, i dont recall what parameters it takes or anything like that, just look it up in the MSDN if your using windows.