auto reset during the loop()

char numString[TAILLE_NUM_UTI];
  numString=myFile.read(); 
  numString='\0';

numString being an array of chars, the above two are, let's say, inappropriate attempts at assignment.