How to finish the "list"

Discussion in 'AutoCAD' started by freeflyair, Oct 22, 2004.

  1. freeflyair

    freeflyair Guest

    I use "list" order to measure the length of spline in Visual Lisp.
    (command "list" ename "" )
    or (command "list" ename "" "")
    But it must people press the "Enter" to finish the order.
    Who does know how to finish?Please tell me.

    Thanks
    lily
     
    freeflyair, Oct 22, 2004
    #1
  2. freeflyair

    Jeff Mishler Guest

    First, why not use the method I posted last week for you?
    Second, your routine could do this:
    (setvar "qaflags" 2)
    (command "list" ename "")
    (setvar "qaflags" 0)
     
    Jeff Mishler, Oct 22, 2004
    #2
  3. freeflyair

    freeflyair Guest

    First,thank Jeff Mishler very much.:)
    And I don't find the program that you telled me.
    So I used the "list" order.


    lily
     
    freeflyair, Oct 24, 2004
    #3
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.