I am working on a definition that relies on distances to points, so far everything has been fine, until I decided to add more points to calculate the distance between. In short I have 66 rectangles and when I calculate the distance to the points I have selected I get 66*#of points in the output list. I need to break the list into groups of 66, or rather 0-65,-66-132, and so on. I have to use the cross reference function or else I will not get the distances to all points. I started working with the subset using an interval, but that seems incredibly inefficient, given how many points I am drawing on. Any ideas?
Tags: