How to send an ENTER in the SMS body

How to send an ENTER in the SMS body SearchSearch
Author Message
delorenzis
New member
Username: Delorenzis

Post Number: 11
Registered: 06-2007
Posted on Monday, August 18, 2008 - 03:21 am:   

Hello, please.. how i can do and ENTER in a body oh the SMS..?

For explample, I need to send:

HELLO
How aare u

When i sent this SMS.. when i receive this message i receive like that:

HELLO How are u
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 2
Registered: 08-2008
Posted on Tuesday, August 19, 2008 - 05:05 pm:   

Hi,

There are two different ways to do this.

If you are sending via direct URL submission, you can include %0D%0A in the text parameter. This signifies the carriage return and line feed characters, both of which are required to cause a line break on all phone models.

If you are using the NowSMS web form, you can put \r\n in the text to indicate carriage return/line feed. (Note: You can also use \r\n in the URL parameters as well, as sometimes if you use %0D%0A, the library you are using might URL escape the %, causing a % to appear in the resulting message.)

--
Des
NowSMS Support