lisped conflicting with LISP?

Discussion in 'AutoCAD' started by Simon Wegner, Aug 12, 2004.

  1. Simon Wegner

    Simon Wegner Guest

    I've been using a simple bit of LISP to make middle-center my default text justification. The problem is that it doesn't work when I have mtexted set to lisped. I get an error that says:
    invalid AutoCAD command "\\"
    What gives? Is this something inherent about the lisped editor? Here's the LISP:

    [pre]
    (defun c:mtextmc ()
    (initdia) (command "_mtext" pause "j" "mc" pause)
    (princ)
    )
    [/pre]

    If it makes a difference, I'm stuck with 2000i for the moment.
     
    Simon Wegner, Aug 12, 2004
    #1
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.