| How to enter the new line of message (SMS URL Parameters)? |
|
NowSMS Support Forums ⬆ NowSMS Support - SMS Issues ⬆ Archive through September 15, 2003 ⬆ |
◄ ► |
| 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. | |||

