Command: GROUP not the same as (command "GROUP")

Command: GROUP not the same as (command "GROUP")

scot-65
Advisor Advisor
1,124 Views
4 Replies
Message 1 of 5

Command: GROUP not the same as (command "GROUP")

scot-65
Advisor
Advisor

R2016

 

I want this:

 

 
Command: GROUP Select objects or [Name/Description]:

However, this is what I have been able to find for LISP:

 

 
Command: (command "GROUP") GROUP Enter a group option [?/Order/Add/Remove/Explode/REName/Selectable/Create] <Create>: Command: (command "Group") Group Enter a group option [?/Order/Add/Remove/Explode/REName/Selectable/Create] <Create>: Command: (command "-Group") -Group Enter a group option [?/Order/Add/Remove/Explode/REName/Selectable/Create] <Create>: Command: (command ".Group") .Group Enter a group option [?/Order/Add/Remove/Explode/REName/Selectable/Create] <Create>:

Is there a trick to getting what I want?

Did I miss something?

 

The "Create" method prompts for name and description.

I do not want the prompt for description.

 

scot-65

 


Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

0 Likes
1,125 Views
4 Replies
Replies (4)
Message 2 of 5

paullimapa
Mentor
Mentor

You can always code in exactly what you want using quotes "" to represent an enter command:

(command "group" "" "groupname" "")

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 5

trevor.bird.au
Advocate
Advocate

Hi Scot,

 

Does this help:

Command: (initcommandversion)
Command: (command ".Group")
Select objects or [Name/Description]:

 

 

Regards,

Trevor

Message 4 of 5

Moshe-A
Mentor
Mentor

Scot-65,

 

set QAFLGAS to 1.

 

i know you here for long time helping others maybe be you even helped me some time and i would like to thank you on behalf of all others

now i got the chance to return you with small tip Smiley Very Happy

 

thanks

Moshe

 

Message 5 of 5

paullimapa
Mentor
Mentor

excellent...QAFLAGS set to 1 also works...great job!!!

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes