OCD
2009-12-18, 03:33 AM
Is there a way to add an auto counter to an existing command? The command I have does the following:
CommandX
select object
enter number
then repeats select object and enter number until you exit command.
I would like to use the existing command, but enter a number and then the lisp to auto count by 1 from there.
lisp
CommandX
select object
enter number "n"
select object
n+1
...
CommandX
select object
enter number
then repeats select object and enter number until you exit command.
I would like to use the existing command, but enter a number and then the lisp to auto count by 1 from there.
lisp
CommandX
select object
enter number "n"
select object
n+1
...