Add line break in Confirmation message of button

Certified Senior Developer

Hi,

I have a local variable local!tasks containing a list.

In the confirmation message of a button I would like to concatenate a text with the local variable.

Eg : Are you sure want to & local!tasks

I want to display the list of tasks in next line 

eg : Are you sure want to 

task1

task2

task3

inside confirmation message of a button

I am using char(10) but it is not working as expected. Is there any way to show like this in confirmation message of a button?

  Discussion posts and replies are publicly visible