How to prevent removing 0 from numbering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For example, if I use 0 in numbering. AutoCAD removes leading 0 from the number format, which is not expected.
For example my numbering looks like
D.1. some text
D.1.001. some text
D.1.001.1. some text
D.1.001.2 some text
D.1.002. some text
D.1.002.1. some text
D.1.002.2 some text
D.2. some text
The leading zeros makes sense in my numbering, because it correspond to official (and required) numbering of buildings objects.
If AutoCAD starts numbering, it removes leading zeros, so my list than looks like:
D.1. some text
D.1.1. some text
D.1.1.1. some text
D.1.1.2 some text
D.1.2. some text
D.1.2.1. some text
D.1.2.2 some text
D.2. some text
Which is not what is expected and do not correspond to building objects numbering defined in local standards.
Any suggestion, how to work-around it?
At the moment I have switch of numbering completely, but if I add anything new to the list, I have to manually renumber it...