Modifying Strings to Lists

Hi,
I’m trying to use a dialog box to report the parameters. Now the parameters we would like to see in a list view, but as you can see its in a line. I’m using String form Array to converts lists to strings. But is there a way to retaining the list structure but will be a string to report it in a dialog box??

Thank you!

String.Join will do it

1 Like

another way:


1 Like

Thanks guys!