Message 1 of 4
Select Lines Based on X Value Only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to select lines based on a known X value?
Something like....
(setq LinesAt300 (ssget "X" '((10 300.00 ? ?))))
There are lots of other entities in the way, so "WP" and sorting through all the entities is not that preferable.