| How to enter the new line of message (SMS URL Parameters)? |
| SMS & MMS Technical Forum » NowSMS Support - SMS Issues (Product Support Only) » Archive through September 15, 2003 » How to enter the new line of message (SMS URL Parameters)? | « Previous || Next » |
| Author | Message | |||
| Kenta
|
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
|
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. | |||
|

