Hi,
I made a test code to convert a string into a list. In my test project, it works, but in my main project, it doesn't. I cloned my main project, I removed all the other elements that could interfere.
My main project is now virtually identical to my test project, and it still doesn't work...
In my functional code, this box is empty.
When I don't use any characters, the only difference is that the letters between the parentheses (which should be square brackets) are separated by spaces. But the bug persists.
Were you able to reproduce the bug with my .aia file?
Everything looks as expected in your sample.
Splitting a text at something that isn't in it (a blank) returns a list with a single item, the original text.