Visual LISP program (SSGET, GROUPS, and MOVE)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I have been working with AutoLISP for about a month now and I have hit the limit of my understanding it seems.
I am working on creating a program that recieves a SSGET output saved as a variable and uses that to grab the group name from the entity. I then needs to take the group name and append a perticular variable (depends on the drawing I am in) onto the end of the group name which will be used to grab the new entity in the specified group and move it mirrored to first entity. Basically need a way to select an entity that is in a very similar group to move it automatically with the other entity.
Hopefully I have all of my vocabulary and deffinitions correctly worded.
Any help with finding a way to select groups would be much appreciated.
Thanks