Old Bill Krammer Groups code ceases to work?

Discussion in 'AutoCAD' started by hutch, Jul 29, 2003.

  1. hutch

    hutch Guest

    (defun XplodeGRP (GROUPNAME /)
    (setq GROUPDICT (dictsearch (namedobjdict) "ACAD_GROUP"))
    (dictremove (cdr (assoc -1 GROUPDICT)) GROUPNAME)
    )

    This old code thanks to Bill Krammer has served me a long time... but now in
    AutoCAD 2004 it ceases to work.... what has changed?
     
    hutch, Jul 29, 2003
    #1
  2. Please don't double/triple post. See my reply in one of your other threads
    (I'm losing track as to *which* thread it was!)

    --
    R. Robert Bell, MCSE
    www.AcadX.com


    | (defun XplodeGRP (GROUPNAME /)
    | (setq GROUPDICT (dictsearch (namedobjdict) "ACAD_GROUP"))
    | (dictremove (cdr (assoc -1 GROUPDICT)) GROUPNAME)
    | )
    |
    | This old code thanks to Bill Krammer has served me a long time... but now
    in
    | AutoCAD 2004 it ceases to work.... what has changed?
    |
    |
     
    R. Robert Bell, Jul 29, 2003
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.