LISP in ACA 2011

LISP in ACA 2011

Anonymous
Not applicable
865 Views
3 Replies
Message 1 of 4

LISP in ACA 2011

Anonymous
Not applicable
I noticed something strange in ACA 2011, I run a lisp routine for all my shortcuts etc... and I noticed in the new version my command for explode ((defun C:EX() (command "explode")) does not allow me to select mutliple objects. When I type in EX the command line reads Select Object: when I type in the command "explode" the command line reads Select Objects: (With an 'S') and I can window and select multiple options. Anyone have any ideas to what is casuing this? Its the only command so far that I noticed the issue.
0 Likes
866 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
See the initcommandversion function in the LISP help.

PatBarry5555 wrote:
> I noticed something strange in ACA 2011, I run a lisp routine for all my
> shortcuts etc... and I noticed in the new version my command for explode
> /((defun C:EX() (command "explode"))/ does not allow me to select
> mutliple objects. When I type in EX the command line reads Select
> Object: when I type in the command "explode" the command line reads
> Select Object*s*: (With an 'S') and I can window and select multiple
> options. Anyone have any ideas to what is casuing this? Its the only
> command so far that I noticed the issue.
0 Likes
Message 3 of 4

Anonymous
Not applicable
Works like a charm now, thank you for your help.
0 Likes
Message 4 of 4

Anonymous
Not applicable
You're welcome 🙂

PatBarry5555 wrote:
> Works like a charm now, thank you for your help.
0 Likes