Ok it worked 50% as i expected, but you helped me a lot, i didn't even think how to write this code before.
I made everything like you said
Here is my output:
"The" "Birds" "Are" "Flying" "In" "The" "Sky" "The" "Birds" "Are" "Flying" "In" "The" "Sky" (Repeat) (Repeat) (Repeat) (Repeat) .....
Why they still repeating?
Edit 1:
I found the solution...
I need to put an trigger event:
~ On start of layout:
~~repeat tokencount(text," ") = tokenat(text, loopindex, " ")