Message 1 of 7
Inserting Points with continious numbers

Not applicable
08-10-2020
03:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey, i have such issue: In my project i have to insert manulally lot of points in Acad - i use comand "_point", and insert them one by one manually on my drawing.
Then a use command "_EATTEXT" to extract those points to txt/CSV with their X/Y/Z coordinates. Everything works fine, but every point has it`s own number "1" 😞
Is there any method that when I insert point on my drawing, Autocad would show me not only the point, but point with number 1,2,3.....n, and then those specific numbers will be shown on the extract list and in my txt/CSV file?