[JS CS5] Get a reference to a block of text
There's one basic thing I've never been able to figure out. How do you get a reference to a specific block of text, with indexes that you specify?
For instance, if the following text were the beginning of an InDesign story called "story"
The black cat walks in the hall
and if for some reason you wanted to get a reference to the text object that goes from story.characters[2] to right before story.characters[11] (whose contents would be "e black c", if I'm not mistaken), how would you do that?
(Assume there is only one textStyleRange in this object).
