Automatic Leader Number Increment or Decrement Command

Automatic Leader Number Increment or Decrement Command

rajugundu157
Participant Participant
347 Views
3 Replies
Message 1 of 4

Automatic Leader Number Increment or Decrement Command

rajugundu157
Participant
Participant

I want to increase or decrease the Leader numbers like below images   

0 Likes
348 Views
3 Replies
Replies (3)
Message 2 of 4

vladimir_michl
Advisor
Advisor

If the fixed part of the leader text is "static" (always the same), you can use the TCOUNT command (in Express Tools) or the IncText utility:

https://www.cadforum.cz/en/free-text-counter-autolisp-utility-tip8654

 

Vladimir Michl, www.arkance.world  -  www.cadforum.cz

 

Message 3 of 4

Simon_Mathews
Advocate
Advocate

i use a lisp called "gile increment" , this will sort blocks or text in ascending or descending order . very helpful lisp when you got lots to order incremently

 

https://apps.autodesk.com/ACD/en/Detail/Index?id=8051485828049059617&appLang=en&os=Win32_64

Message 4 of 4

nehakakar
Explorer
Explorer

I’d like to add that using the TCOUNT command is a quick way to handle numbering. Also, tools like the 'gile increment' Lisp can be great for managing text or blocks in ascending or descending order. Both methods seem efficient for this task.

0 Likes