Formula text situation

Scenario

line 1 = This is a text of instructions

line 2 = This is the second line of instructions

line 3 = This is the third line of instructions

All_lines (formula text)

All_lines = {line 1} / {line 2} / {line 3}

Result

All_lines = This is a text of instructions / This is the second line of instructions / This is the third line of instructions

And I want the result was this:

All_lines =
This is a text of instructions /
This is the second line of instructions /
This is the third line of instructions /

Any Ideas to make this happen?

Thanks in advance.

Muchas gracias Sergi!

Funcionó a la perfección.

Saludos!

Hola Luís, el campo de text formula debe ser así:

{line1} /<br>{line2} /<br>{line3} /

Un Saludo.

---------------------

Hi Luís, the formula text field must contain something like this:

{line1} /<br>{line2} /<br>{line3} /

Regards.