All I'm looking for is a lisp routine that will read a file of points in the following format (signed + and -)
+123.1234 -456.4567 +789.7890
And make a point at that location (X Y and Z) - preferably relative to the current UCS (as oposed to WCS) but enev that is not necessary.
I once dabbled...