I Like to have access to items/list of words in TextArea, like Word(2), is there any native support for that in TextArea() or some good List object to be used.
E.g.
1stword=TextArea.TextAsList(1)
2ndword=TextArea.TextAsList(2)
Since there is already .htmltext, is there some HTML object that could be used to make such a list easily?