How do I make a list of items from a string?

Hey!
How do I make a list of items from a string?

Do cores.split(",") by code and you will get an array.

2 Likes