[OT] What line break to use?
[OT] What line break to use?
- Subject: [OT] What line break to use?
- From: Baiss Eric Magnusson <email@hidden>
- Date: Mon, 31 Oct 2005 15:22:51 -0800
I produce a letter which is emailed out that is a short multi-line
reminder notice, on some Windows email readers the <\r> which I use
as a line break gets ignored and the lines run together, what
character(s) should I use as a line break?
mLetter = "Reminder: " + mSubject + " \r ";
mLetter += "will be held on " + myCalendar.getTime
().toLocaleString();
mLetter += " \r\r Click the link below for more information
\r\r " + forEvent.url();
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden