On 9/1/10 9:22 AM, "Chris Harbinson" <[log in to unmask]> wrote:

> The following line delivers every text frame in an InDesign document
> in an array.
> var myFrame = app.activeDocument.textFrames.everyItem().getElements();

Are you sure about that? Seems to me it's going to miss any grouped or
anchored frames. You want more the equivalent of:

 all text frames of active document

In your words, what's not to like about that?

-- 
Shane Stanley <[log in to unmask]>
AppleScript Pro, April 2010, Florida <http://www.applescriptpro.com>