ERROR ... commands may not be nested more than 4 deep

Discussion in 'AutoCAD' started by jens mander, Apr 20, 2005.

  1. jens mander

    jens mander Guest

    it seem to be a bug in autocad (eg: 2004) ...

    if you use 4-times this command in list ...

    (command "_eattedit" (car (entsel))) ;;; very simple ... select a block with
    attributes!

    .... autocad crashes with: ... commands may not be nested more than 4 deep

    but ... the old version "attedit" crashes not ...

    (command "_ddatte" (car (entsel))) ;;; the "ugly" version ...

    .... crashes not!

    ??? dont know ...
     
    jens mander, Apr 20, 2005
    #1
  2. jens mander

    Gary D'Arcy Guest

    Jens,

    It is not a bug it is a restriction that has been there since day one.
    Commands cannot be nested more than three levels deep.

    You need to terminate the command on competition of the eattedit
    process with (command 0) otherwise it will remain active and begin
    the nesting process.


    Regards Gary.
    www.drcauto.com
     
    Gary D'Arcy, Apr 21, 2005
    #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.