How to clear Visual Lisp Console

Discussion in 'AutoCAD' started by Adesu, Dec 14, 2004.

  1. Adesu

    Adesu Guest

    I've forgot to clear all variable in "Visual Lisp Console"

    _$ (setq aa "12345")
    "12345"
    _$ (eval aa)
    "12345"
    _$ (gc)
    nil
    _$ (eval aa)
    "12345"
    _$

    Now I would/want

    _$ (eval aa)
    nil
     
    Adesu, Dec 14, 2004
    #1
  2. Adesu

    krispy Guest

    (setq aa nil)
     
    krispy, Dec 14, 2004
    #2
  3. Adesu

    Adesu Guest

    Hi krispy,that is only one variable,i want alls variable,thanks.
     
    Adesu, Dec 14, 2004
    #3
  4. Adesu

    krispy Guest

    How about closing and reopening AutoCAD?
     
    krispy, Dec 14, 2004
    #4
  5. Adesu

    mmm Guest

    reboot?

    format c:?

    <eg>

    --
    Princess Jamie,

    Life shrinks or expands in proportion to one's courage.
    - Anais Nin

    | How about closing and reopening AutoCAD?
     
    mmm, Dec 14, 2004
    #5
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.