Set list block

Suggestion thread
A block to set a list to a string. Read the suggestion thread to see just how useful this block could be. You select a list from a dropdown menu, and use a string to set the contents of the list. If the string has spaces in it("item whatever 342"), then the string is separated by spaces, and each "word" becomes an item(["item", "whatever", "342]). If there are no spaces in the string, then each character becomes an item("abc" -> ["a", "b", "c"]).
There is also an extra block in this little mod that has two list dropdowns to set the contents of one list to a copy of another's.