Basically I want to display the contents of a list in a text object.
I tried that and it worked but I need something more automatic...
Set text: list.textAt(0) &newline& list.textAt(1) &newline& list.textAt(2) &newline
How can I get something more automatic because there will be more than 200 values. Thanks