My question is the following, in text messages (SMS), carriage returns are included, I'm trying to intercept the CHR(13) but I can't, what's more, it's not in the message, does anyone have an opinion on regard.
This is very simple to figure out by yourself. Iterate through a message and log each character, together with the ASCII value. Should give you all the info you need in a couple of minutes.