Hi Scripter ...new question starting from here:
var mySelection = app.activeDocument.selection[0].geometricBounds;
//alert (mySelection);
everywhere in the document i need to find and remove text frames with the same geometricBounds.
If possible, same dimensions but not same positions.
Thanks for help!