Question
[CS5 - js] problem reading words in paragraphs
Hi All.
I try to get all the words in a paragraph
MyTextFrame.paragraphs
If I read the contents of any word:
for (c = 0; c < MyTextFrame.paragraphs
{
currentWord = MyTextFrame.paragraphs
..
..
}
some words appears more then one time and other have less characters than the original
Someone can tell me why?
thanks
Ivan