New Line / Line Break

New Line / Line Break SearchSearch
Author Message
Anonymous
 
Posted on Tuesday, March 22, 2005 - 04:58 pm:   

How do i get a message to display with line breaks in between
Eg:
This is Heading
AAAAA BBBBB
CCCCC DDDDD
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4220
Registered: 10-2002
Posted on Thursday, March 24, 2005 - 10:41 pm:   

If you are sending an SMS, include a CRLF in the message.

For example, I will adapt the simple example at:

http://www.nowsms.com/documentation/ProductDocumentation/sending_messages/sendin g_text_messages.htm

And in a URL request you would include the CR (%0D) and LF (%0A) characters:

http://127.0.0.1:8800/?PhoneNumber=xxxxxxxx&Text=This+is+Heading%0D%0AAAAAA+BBBB B%0D%0ACCCCC+DDDDD