Hi

Code:
if ((strchr(", \n\r\t", chunckOfData[i]))  ........
how to add to the string ", \n\r\t" also " type of simbol. I want to check also if chunckOfData[i] isn't ".

Thankyou in advice.