Answered
Iterate through Stories in page order
I'm using var myStories = app.activeDocument.stories to get all the stories in a document. I want to loop through the stories, but in page order, which is not strictly how InDesign references them. Any advice on how to iterate through (or first *sort* before iterating through) myStories in page order? Thank you!
