Block Attribtes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi to everybody,
I need a suggestion to approach to a block creation:
I should create a block with several field to be inserted. Field are separated by hyphen char.
The first idea was to create a block with several attributes, but I faced off an alignment issue, due to the hyphen char should be placed after each filed, which should be not always composed by the same number of char. In case hyphen should be entered by hand at the end of field input value.
As alternative I though to create a dynamic block with selectable field, but I have the same issue how to compose the entire string separated by hyphen char.
As extreme option the idea was to create a user input form , where several field could be selected, string composed, and placed as a block into the drawing, but in this case attributes cannot be inserted because the entire string is a block, or better attribute could be only one with the entire string.
Vba could be applied in case some improvement could be necessary.
Final scope shall be create a list of blocks contents.
Thank you for any suggestion.