A question of lisp

Discussion in 'AutoCAD' started by daniel delgado, Oct 1, 2003.

  1. I have tried to define a function out of mtext that automatically creates a
    mtext with the "no wrap" width. My knowledge of lisp is very reduced, and
    all I get is the answer "nil".
    The following is qhat I have done:

    (defun C:te ()
    (command "mtext" pause "w" "0")
    )


    Any good soul would help me mend it and tellme what's my mistake?
     
    daniel delgado, Oct 1, 2003
    #1
  2. daniel delgado

    bestafor Guest

    HiHO;
    Try "-mtext"
     
    bestafor, Oct 1, 2003
    #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.