Remove control M from a text file in C
- by Werner
Hi,
ist is possible? What would be the easiest way? I tried to compare in the input string character to character so
if(char([i]=="^M") char[i]=""
but it does not work.
By the way, if I were able to check it, what is the wistes substitution? to "" ?
Thanks