Message 1 of 11
Select last 'x' line lines created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to select the last "x" lines created.
Background....
I have a command that draws 'x' # of lines on the same color and layer to a dynamic # of insertion points . The command then selects all lines of that color in the drawing and puts their length at the midpoint in an MTEXT, which works fantastic for new drawings. Just not ones that are in process.
It would be better if I could just access the last lines created so it does not duplicate footage's elsewhere.