How to implementation "Ctrl+F6" in visual lisp

Discussion in 'AutoCAD' started by Adesu, Apr 8, 2005.

  1. Adesu

    Adesu Guest

    I have trouble to implementation "Ctrl+F6" in visual lisp or to change from
    session drawing1.dwg to drawing2.dwg,would you help me,please
     
    Adesu, Apr 8, 2005
    #1
  2. From AutoCAD help:

    COORDS

    Type: Integer
    Saved in: Registry
    Initial value: 1

    Controls when coordinates are updated on the status line.
    0 Coordinate display is updated as you specify points with the pointing
    device
    1 Display of absolute coordinates is updated continuously
    2 Display of absolute coordinates is updated continuously, and distance and
    angle from last point are displayed when a distance or angle is requested

    So you could use (setvar "coords" 0) to turn them off, for example.
     
    Daniel J. Altamura, R.A., Apr 8, 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.