To split one sentence to words. then create text object for each word

It’s best to start a new post instead of replying to a 5 year old thread. You can always insert a link to this thread.

Putting that many words into an array sounds like a lot. Maybe you can format the list as a Json file. You would be able to load the Json file into a variable. That’s not my strength. So, I can’t help you with that. Honestly, I would break the list down into smaller prices if possible. Maybe by word size or like “a to e” or by levels. I don’t know your goal but a large array or string could cause lag and/or resource issues. A database or something external might be another option.

Another option would be to use a combination of the many text manipulation expressions. You can search for words or search for commas. Again, I don’t have any context to go with.

I recommend that you start a new post and provide more details. Otherwise, we’re just guessing.