This tiny, simple little program can split each character of a string into separate list items and can also merge a list of single-character items into one string. This is more of a trick or demo than an actual program. It's meant to be very simple. The most important part of this is changing a string into a list. Once a string has been separated into a list, you have much more freedom with editing the string. Then, when you are done editing the string, you just convert it back into a variable. This program can easily be imported into projects (though the first "logic" sprite is the only one you really need) to help you get better string manipulation. Simply use scripts to change the string and separated string when necassary and convert the string back and forth. PS: If you use this in a project, I'd love to hear what you're using it for!