>tX = 124.357892 >tY = 20.736474 >tPoint = loc (tX,tY) > >repeat with i = 1 to myBigRectList.count > if tPoint.inside(myBigRectList[i]) then ..... >end repeat
This is the approach I would have suggested, except it would still be up to 9500 repeats of the inside test. That's why I'm curious about what the original problem was, because there's a way to do the entire thing in one line. -- [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
