PDA

View Full Version : blank line return


chrispadfield
Sat 10th Feb '01, 3:35pm
Simple question i hope..

In an email, seperating the header from the footer is a blank line. I want to do a while loop for finding this blank line (to seperate header from footer), what exactly should i search for between the two "".

I thought it would be just


\n


but this does not seem to work.

any suggestions?

chrispadfield
Sat 10th Feb '01, 3:40pm
worked it out.

\r\n

no idea why but it work.