Continuing a Lisp Routine after User Input

Discussion in 'AutoCAD' started by tracihabergham, Jan 7, 2004.

  1. Hi There,

    How can I get my lisp routine to continue after I have received user input. I want to run the ellipse command, get the user to input the position and then continue the lisp.

    (command "ellipse" "centre" input input input)

    Any help would be appreciates - Thanks Traci
     
    tracihabergham, Jan 7, 2004
    #1
  2. tracihabergham

    Steve Jones Guest

    Traci,

    substitute input with pause, ie

    (command "ellipse" "centre" pause pause pause)
    (alert "routine still running")

    HTH

    Steve

    input. I want to run the ellipse command, get the user to input the
    position and then continue the lisp.
     
    Steve Jones, Jan 7, 2004
    #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.