Hi
I would like to extract every words in text1.text and assign each word in an array
for example:
the quick brown fox jumps over the lazy dog
wordset(0) = the
wordset(1) = quick
wordset(2) = brown
wordset(3) = fox
until the end of the sentence
Thanks for the help
I would like to extract every words in text1.text and assign each word in an array
for example:
the quick brown fox jumps over the lazy dog
wordset(0) = the
wordset(1) = quick
wordset(2) = brown
wordset(3) = fox
until the end of the sentence
Thanks for the help
Comment