I am looking for a SURVEYING lisp routine titled "NE-CLC". What it does, is insert two lines of Dtext into a drawing, listing the Northing (Y), and Easting (X) distance between a calculated point and a located point. It prompted you to select the calculated point, then the located point, and then ask you if you wanted the text to be inserted into the drawing.

It takes the pulled distance between a calcuated point location and the actual field located point:

Command: '_dist Specify first point: Specify second point:
Distance = 0.20, Angle in XY Plane = 69d19'7.9", Angle from XY Plane =
0d0'0.0"
Delta X = 0.07, Delta Y = 0.19, Delta Z = 0.00


The text would appear like this:

0.19'S
0.07'W

Can anyone help?