Thanks for reading this... I have a blog type system and when some people cut and paste info into the blog, it appears to have extra carriage returns, and what-not. (See below).
Server: MAILSRV) (Job: daily) daily -- The job failed with the
following error: The directory is invalid.(Server: MAILSRV) (Job: daily) daily -- The job failed with the
following error: The directory is invalid.(Server: MAILSRV) (Job: daily) daily -- The job failed with the
following error: The directory is invalid.
I know that trim() can be used to remove leading and trailing carriage returns. But, how do I remove carriage returns in text so that it looks like this....
(Server: MAILSRV) (Job: daily) daily -- The job failed with the
following error: The directory is invalid.
(Server: MAILSRV) (Job: daily) daily -- The job failed with the
following error: The directory is invalid.
(Server: MAILSRV) (Job: daily) daily -- The job failed with the
following error: The directory is invalid.
(Sorry if this is a stupid question, but its late and I've been awake a long time... couldn't solve this by searching google or reading the manual. Thanks)