Skip to main content

Hi,

Please guide on how to include next line or carriage return inside the expression as an example below.

 


= next line

 

Hi,

New request has been saved.

Request #

 

I will use the expression in my SMS

using K2 Five

 

Thanks

You can Achieve this creating a Expression for example:

 

Exp_Carriage_Return  == Url Decode (%0A)

 

Then when u like to add a carriabe return in a text area, basically use another Expresion to Concatenate your new line and this new expersion.

 

Exp_Body  == Concatenate(LINE1, Exp_Carriage_Return,LINE2) 

* Where LINE1 and LINE2 are text controls for previous lines and will be join with the carriage return in the Text Area.

 

Have FUN!!!.


Thanks it is working.


nice one, saved me a headache!

Reply