- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I am looking for a Lisp/VLisp routine concerning coordinates numeric TEXT entities ...
I have TEXTs entities (X or X - Y or X - Y -Z Coordinates) like :
3.14159
3.14159 - 6.12567
3.14159 - 6.12567 - 8.12345678
AND if asking for 2 decimals, I would like to have :
3.14
3.14 - 6.13
3.14 - 6.13 - 8.12
So FIRST a question :
How any decimals (0-6) - Default = 2
Then a classic ACAD selection retaining ONLY TEXT entities
Then for "corresponding" TEXT, ACTION !
ASAP an abnormal character is found : don't modify ... Go to the next ...
Acceptables characters : numbers, space, minus (the separator)
If the minus (the separator) "-" is a problem (because possible negative values),
an other separator is possible : * or / or # for example
THANKS for your attention, Regards, Patrice (The Old French EE Froggy)
If you are happy with my answer please mark "Accept as Solution" and if very happy please give me a Kudos (Felicitations) - Thanks
Patrice BRAUD
Solved! Go to Solution.