Question
how to avoid index repeated page numbers
founds = app.documents[0].findGrep();
for (i =0 ; i<founds.length; i++) {
found = founds;
app.select(found);
myTopic.pageReferences.add(found, PageReferenceType.currentPage );
}
If Index term repeatedly found in the same page number need to skip that or have to give range.
