Addon to TabSort LISP - Automatically next index
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
Following situation:
In my drawing, the layouts are named according to the following structure:
[plan content]_[floor - sector]_[index number] e.g.: "ELEKTRO_EG-BT1_G"
I use LeeMac's LISP "TabSort" to edit my layouts.
Currently, when I create a new index, I always have to rewrite the letters by hand.
I would like that there is an extra button with "next index" in the LISP.
And this button automatically sets all selected layouts to the next index letter (always in alphabetical order). In this example from "G" to "H".
The Index is always on the last position of the layoutname. The structure in front of it can be varying.
Sometimes the indexes become so many that i have to add a second row of letters, then the index looks like this for example: "AG".
In this case the extra button should only change the second letter to "AH".
Also if the current index is "Z" it should automatically change it to "AA"
The TabSort LISP is attached below.
I'm looking forward for your replies.