Posted: 08 Nov 2008 13:03 | ||
Registered User Currently Offline |
Posts: 2 Join Date: Nov 2008 |
|
I'm trying to compose a string that would be used in the message body of an email and I would like to force a carriage return and line feed. In most programming languages you could use something like CHR(13) & CHR(10). Is there a way to do this? |
Posted: 08 Nov 2008 13:04 Last Edited By: sysaxsupport | ||
Moderator Currently Offline |
Posts: 367 Join Date: Nov 2008 |
|
Did you try using "\r\n"? |