Beginner LISP question

Discussion in 'AutoCAD' started by Xolo, Sep 16, 2004.

  1. Xolo

    Tom Smith Guest

    David, that's a very good point on getdist. It's more general-purpose since
    it lets you denote a distnace in various ways, including picking two points.
    Whereas getreal only allows a numeric entry. I've had to change a few of our
    old (architectural) routines from getreal to getdist, because getreal won't
    allow a foot-inch response.
     
    Tom Smith, Sep 16, 2004
    #21
  2. Xolo

    David Bethel Guest

    Tom, there are few instances where (getreal) is best choice for user
    input. i.e. scale factors, angle in degrees, sequence hashes. By in
    large I use (getdist) much more. -David
     
    David Bethel, Sep 16, 2004
    #22
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.