Solved

Next Line or carriage return inside the expression

  • 10 January 2019
  • 3 replies
  • 184 views

Badge +8

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

icon

Best answer by K2CaveMen 10 January 2019, 14:32

View original

3 replies

Badge +10

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!!!.

Badge +8

Thanks it is working.

nice one, saved me a headache!

Reply