- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I hope I can explain this,
I have a lisp that when I select a point it will insert a block and Mtext with the S.O.P. name and then the X and why Coordinates, (this is the Co-Ords.lsp) this works well and as I wanted.
But my problem is that I can't seem to work out how can make a lisp that would take the Co-Ordinates that I have produce and provide a table.
EG.
Name | X-Coordinate | Y-Coordinate
_______________________________
S.O.P 1 | 156 | 500
_______________________________
S.O.P 2 | 600 | 750
_______________________________
S.O.P 3 | 186 | 900
I will only ever need 3 Columns, but my rows might vary by how many S.O.P points I have selected.
I have attached My lisp and the block I want to insert
Solved! Go to Solution.