Hi,

I am using a string to compare A and S with tmp which can be a upper case value or a lower case value so i wrote a program like this
<code>
if(strstr(tmp,"A")!=NULL ||...