Display multiple lines in text box

This block only displays the last number in the list, but I wanted them all to be shown. I can't figure out what's wrong.

You should also join resultado.Text with get numero and \n

1 Like

set resultado.text to JOIN(resultado.text, '\n', numero)
to keep building up resultado.text

Use the blue box to add sockets to the JOIN block.

Thanks!! I wasn't going to think about it.