1) Add the ability to determine the tolerance of coordinates with which circles are numbered (something simmilar to tolerance in overkill function), eg in the attached dwg last two columns are a bit "higher" and with my current sorting function for list with coordinates, number 1 is at the penultimate column.
I would like to detrmine the tolerance of y coordinate (ultimately also in the x direction) so that the number 1 would be the most to the left.
In the attached example it is exaggerated, but sometimes it happens that one of the numbered circles is shifted by 0.0001 and then the whole numbering is falling apart and I have to make changes in drawing (with hundreds of circles is a bit of a annoying).
2) Another problem to be solved is the case when two or more circles are drawn in the same position (see in the example file). In this case, I would like to achive that routine will add only one number and give a list with numbers and coordinates of duplicated circles.
It would be good if I could determine accuracy of checking the coordinates like in problem 1).