Hi,

I am currently using strcmp(). However, its case sensitive. I don't want to use a case sensitive compare. I tried using strcmpi(), but it doesn't want to work. so what function would doa string compare thats not case sensitive?

Thanks.