I want to convert a message with a string in it, eg [HELLO(
into a message with a list of single characters in it, eg [list H E L L O(
Adding the word "list" on the beginning is easy enough but inserting the spaces seems impossible!
I could do this with Spell or something but i need to do it in Vanilla….
any ideas?