I have a small question. I want to split the text at the space.
eg:
\"Hello World \"
should be
\"Hel
Why you need to use add item to list? Just use split at space function or split text at. Below is example of code. The result of length of list is 2: