--- Ed Kwok <[EMAIL PROTECTED]> wrote: > I am running into problem parsing a file exported from MS excel. I > have exported the file as asci format, but there is a control "M" > append to my document. What is this control "M" and how can I delete > without manually replace it? Is there any automated function I could > use?
You can probably use dos2unix to get rid of it. I think the control-M is a carriage return (\r). Hope that helps. Chris ===== HTTP Developer's Handbook http://shiflett.org/books/http-developers-handbook My Blog http://shiflett.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php