How to enter the new line of message (SMS URL Parameters)?

How to enter the new line of message (SMS URL Parameters)? SearchSearch
Author Message
Kenta
Posted on Tuesday, August 26, 2003 - 05:37 am:   

Can we enter the new line of message from the URL Parameters command-line?
I also try to use Chr(10), which is line-feed command, as I ever tried in other programming language, but still not work.
Bryce Norwood - NowSMS Support
Posted on Friday, September 05, 2003 - 04:55 pm:   

Normally you would escape the line feed character as %0A in a URL request.

You might want to go ahead and use %0D%0A for carriage return and line feed together for better compatiblity with different devices.