Cmdactive & -Mtext

Discussion in 'AutoCAD' started by Dean Griffin, Aug 14, 2003.

  1. Dean Griffin

    Dean Griffin Guest

    (initdia)
    (command CMD)
    (while (< 0 (getvar "cmdactive")) (command pause))

    this code works where CMD = "DTEXT" or "MTEXT"

    but for CMD = "-MTEXT" it works upto the point of entering text
    then the pauses become an endless loop of "\" characters.


    and for CMD = "TEXT" it works upto the point of entering text
    then prints to the command line a single "\".

    I'm sure this use to work?
    Can someone confirm it doesn't?
    (preferably with a reason as to why not)

    Cheers
     
    Dean Griffin, Aug 14, 2003
    #1
  2. Dean Griffin

    Dean Griffin Guest

    Thank you Robert
     
    Dean Griffin, Aug 14, 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.