Displaying array with line spacing?

myArray = [“a”,“b”,“c”];

& a dynamic text with var name display

 display = myArray; 

the result is => a,b,c

How to make it =>
a
b
c

please help me… :frowning:
thanks :slight_smile: