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)
also
how come when I do something like
return ((a==b) && (c==d));
it becomes an infinite loot?!